Home
last modified time | relevance | path

Searched refs:ADC_FLAG_CAL_ERR (Results 1 – 2 of 2) sorted by relevance

/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_adc.h216 #define ADC_FLAG_CAL_ERR (0x1U << ANA_ADCCTRL2_CAL_ERR_Pos) macro
220 ((__ADCFLAG__) == ADC_FLAG_CAL_ERR) ||\
224 #define ADC_FLAG_RCMsk (ADC_FLAG_CONV_ERR|ADC_FLAG_CAL_ERR)
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_adc.c760 else if (FlagMask == ADC_FLAG_CAL_ERR) in ADC_ClearFlag()

Completed in 8 milliseconds