|
#define | ADC_CFGR1_AWD1CH_SHIFT 26 |
|
#define | ADC_CFGR1_AWD1CH (0x1F << ADC_CFGR1_AWD1CH_SHIFT) |
|
#define | ADC_CFGR1_AWD1CH_VAL(x) ((x) << ADC_CFGR1_AWD1CH_SHIFT) |
| AWD1CH: Analog watchdog 1 channel selection. More...
|
|
#define | ADC_CFGR1_AWD1EN (1 << 23) |
| AWD1EN: Analog watchdog 1 enable on regular channels. More...
|
|
#define | ADC_CFGR1_AWD1SGL (1 << 22) |
| AWD1SGL: Enable the watchdog 1 on a single channel or on all channels. More...
|
|
#define | ADC_CFGR1_DISCEN (1 << 16) |
| DISCEN: Discontinuous mode for regular channels. More...
|
|
#define | ADC_CFGR1_AUTDLY (1 << 14) |
| AUTDLY: Delayed conversion mode. More...
|
|
#define | ADC_CFGR1_CONT (1 << 13) |
| CONT: Single / continuous conversion mode for regular conversions. More...
|
|
#define | ADC_CFGR1_OVRMOD (1 << 12) |
| OVRMOD: Overrun Mode. More...
|
|
#define | ADC_CFGR1_EXTEN_MASK (0x3 << 10) |
|
#define | ADC_CFGR1_RES_MASK (0x3 << 3) |
|
#define | ADC_CFGR1_DMACFG (1 << 1) |
| DMACFG: Direct memory access configuration. More...
|
|
#define | ADC_CFGR1_DMAEN (1 << 0) |
| DMAEN: Direct memory access enable. More...
|
|