STM32L486xx HAL User Manual
Defines
Oversampling - Discontinuous mode
ADC Exported Constants

Defines

#define LL_ADC_OVS_REG_CONT   (0x00000000U)
#define LL_ADC_OVS_REG_DISCONT   (ADC_CFGR2_TROVS)

Define Documentation

#define LL_ADC_OVS_REG_CONT   (0x00000000U)

ADC oversampling discontinuous mode: continuous mode (all conversions of oversampling ratio are done from 1 trigger)

Definition at line 1224 of file stm32l4xx_ll_adc.h.

#define LL_ADC_OVS_REG_DISCONT   (ADC_CFGR2_TROVS)

ADC oversampling discontinuous mode: discontinuous mode (each conversion of oversampling ratio needs a trigger)

Definition at line 1225 of file stm32l4xx_ll_adc.h.