STM32H735xx 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 1056 of file stm32h7xx_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 1055 of file stm32h7xx_ll_adc.h.