STM32H735xx HAL User Manual
|
Defines | |
#define | LL_ADC_OVS_REG_CONT (0x00000000UL) |
#define | LL_ADC_OVS_REG_DISCONT (ADC_CFGR2_TROVS) |
#define LL_ADC_OVS_REG_CONT (0x00000000UL) |
ADC oversampling discontinuous mode: continuous mode (all conversions of oversampling ratio are done from 1 trigger)
Definition at line 1393 of file stm32h7xx_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 1394 of file stm32h7xx_ll_adc.h.