|
STM32L443xx 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 1190 of file stm32l4xx_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 1191 of file stm32l4xx_ll_adc.h.
1.7.6.1