STM32L443xx HAL User Manual
|
Defines | |
#define | ADC_TRIGGEREDMODE_SINGLE_TRIGGER (LL_ADC_OVS_REG_CONT) |
#define | ADC_TRIGGEREDMODE_MULTI_TRIGGER (LL_ADC_OVS_REG_DISCONT) |
ADC oversampling discontinuous mode: discontinuous mode (each conversion of oversampling ratio needs a trigger)
Definition at line 687 of file stm32l4xx_hal_adc.h.
ADC oversampling discontinuous mode: continuous mode (all conversions of oversampling ratio are done from 1 trigger)
Definition at line 686 of file stm32l4xx_hal_adc.h.