STM32L443xx HAL User Manual
|
Defines | |
#define | LL_ADC_OVS_DISABLE (0x00000000UL) |
#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 LL_ADC_OVS_DISABLE (0x00000000UL) |
ADC oversampling disabled.
Definition at line 1178 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 1182 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 1181 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 1179 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 1180 of file stm32l4xx_ll_adc.h.