STM32G474xx HAL User Manual
定义
ADC常规组 - 转换数据溢出行为
ADC Exported Constants

定义

#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常规组溢出行为:数据被覆盖

Definition at line 1243 of file stm32g4xx_ll_adc.h.

Referenced by LL_ADC_REG_StructInit().

#define LL_ADC_REG_OVR_DATA_PRESERVED   (0x00000000UL)

ADC常规组溢出行为:数据保留

Definition at line 1241 of file stm32g4xx_ll_adc.h.