STM32H735xx 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 1381 of file stm32h7xx_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 1385 of file stm32h7xx_ll_adc.h.
#define LL_ADC_OVS_GRP_INJECTED ( ADC_CFGR2_JOVSE ) |
ADC oversampling on conversions of ADC group injected.
Definition at line 1384 of file stm32h7xx_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 1382 of file stm32h7xx_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 1383 of file stm32h7xx_ll_adc.h.