Defines | |
#define | ADC_DISABLE_STOP_MODE 0 |
This macro defines the value for disabling the ADC stop mode. | |
#define | ADC_ENABLE_STOP_MODE 1 |
This macro defines the value for enabling the ADC stop mode. | |
#define | ADC_IGNORE_FREEZE 0 |
This macro defines the value for ignoring the freeze commands provided in CCWs. | |
#define | ADC_ENABLE_FREEZE 1 |
This macro defines the value for enabling the freeze commands provided in CCWs. | |
#define | ADC_MODE_LOCK_ENABLE 0 |
This macro defines the value for locking the ADC mode of operation. This prevents accidental change in mode of operation. | |
#define | ADC_MODE_LOCK_DISABLE 1 |
This macro defines the value for unlocking the ADC mode of operation. This will enable change in mode of operation. | |
Enumerations | |
enum | QADC_OpMode { ADC_LEGACY_OP_MODE, ADC_ENHANCED_OP_MODE } |
enum | QADC_RegAcc { ADC_LIMITED_SUPV_ACC, ADC_FULL_SUPV_ACC } |
#define ADC_DISABLE_STOP_MODE 0 |
This macro defines the value for disabling the ADC stop mode.
Definition at line 29 of file adc_Cfg.h.
Referenced by ADC_Init().
#define ADC_ENABLE_FREEZE 1 |
This macro defines the value for enabling the freeze commands provided in CCWs.
Definition at line 38 of file adc_Cfg.h.
Referenced by ADC_Init().
#define ADC_ENABLE_STOP_MODE 1 |
#define ADC_IGNORE_FREEZE 0 |
#define ADC_MODE_LOCK_DISABLE 1 |
This macro defines the value for unlocking the ADC mode of operation. This will enable change in mode of operation.
Definition at line 45 of file adc_Cfg.h.
Referenced by ADC_Init().
#define ADC_MODE_LOCK_ENABLE 0 |
This macro defines the value for locking the ADC mode of operation. This prevents accidental change in mode of operation.
Definition at line 42 of file adc_Cfg.h.
Referenced by ADC_Init().
enum QADC_OpMode |
enum QADC_RegAcc |