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