STM32H735xx 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 1023 of file stm32h7xx_ll_adc.h.
#define LL_ADC_REG_CONV_SINGLE (0x00000000UL) |
ADC conversions are performed in single mode: one conversion per trigger
Definition at line 1022 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_REG_Init(), and LL_ADC_REG_StructInit().