STM32L443xx HAL User Manual
Defines
ADC group regular - Overrun behavior on conversion data
ADC Exported Constants

Defines

#define LL_ADC_REG_OVR_DATA_PRESERVED   (0x00000000UL)
#define LL_ADC_REG_OVR_DATA_OVERWRITTEN   (ADC_CFGR_OVRMOD)

Define Documentation

#define LL_ADC_REG_OVR_DATA_OVERWRITTEN   (ADC_CFGR_OVRMOD)

ADC group regular behavior in case of overrun: data overwritten

Definition at line 879 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_REG_StructInit().

#define LL_ADC_REG_OVR_DATA_PRESERVED   (0x00000000UL)

ADC group regular behavior in case of overrun: data preserved

Definition at line 878 of file stm32l4xx_ll_adc.h.