STM32L486xx HAL User Manual
Defines
Oversampling - Oversampling scope
ADC Exported Constants

Defines

#define LL_ADC_OVS_DISABLE   (0x00000000U)
#define LL_ADC_OVS_GRP_REGULAR_CONTINUED   ( ADC_CFGR2_ROVSE)
#define LL_ADC_OVS_GRP_REGULAR_RESUMED   (ADC_CFGR2_ROVSM | ADC_CFGR2_ROVSE)
#define LL_ADC_OVS_GRP_INJECTED   ( ADC_CFGR2_JOVSE )
#define LL_ADC_OVS_GRP_INJ_REG_RESUMED   ( ADC_CFGR2_JOVSE | ADC_CFGR2_ROVSE)

Define Documentation

#define LL_ADC_OVS_DISABLE   (0x00000000U)

ADC oversampling disabled.

Definition at line 1212 of file stm32l4xx_ll_adc.h.

#define LL_ADC_OVS_GRP_INJ_REG_RESUMED   ( ADC_CFGR2_JOVSE | ADC_CFGR2_ROVSE)

ADC oversampling on conversions of both ADC groups regular and injected. If group injected interrupting group regular: when ADC group injected is triggered, the oversampling on ADC group regular is resumed from start (oversampler buffer reset).

Definition at line 1216 of file stm32l4xx_ll_adc.h.

#define LL_ADC_OVS_GRP_INJECTED   ( ADC_CFGR2_JOVSE )

ADC oversampling on conversions of ADC group injected.

Definition at line 1215 of file stm32l4xx_ll_adc.h.

#define LL_ADC_OVS_GRP_REGULAR_CONTINUED   ( ADC_CFGR2_ROVSE)

ADC oversampling on conversions of ADC group regular. If group injected interrupts group regular: when ADC group injected is triggered, the oversampling on ADC group regular is temporary stopped and continued afterwards.

Definition at line 1213 of file stm32l4xx_ll_adc.h.

#define LL_ADC_OVS_GRP_REGULAR_RESUMED   (ADC_CFGR2_ROVSM | ADC_CFGR2_ROVSE)

ADC oversampling on conversions of ADC group regular. If group injected interrupts group regular: when ADC group injected is triggered, the oversampling on ADC group regular is resumed from start (oversampler buffer reset).

Definition at line 1214 of file stm32l4xx_ll_adc.h.