|
STM32L443xx HAL User Manual
|
Defines | |
| #define | LL_ADC_REG_CONV_SINGLE (0x00000000UL) |
| #define | LL_ADC_REG_CONV_CONTINUOUS (ADC_CFGR_CONT) |
| #define LL_ADC_REG_CONV_CONTINUOUS (ADC_CFGR_CONT) |
ADC conversions are performed in continuous mode: after the first trigger, following conversions launched successively automatically
Definition at line 838 of file stm32l4xx_ll_adc.h.
| #define LL_ADC_REG_CONV_SINGLE (0x00000000UL) |
ADC conversions are performed in single mode: one conversion per trigger
Definition at line 837 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_REG_Init(), and LL_ADC_REG_StructInit().
1.7.6.1