Home
last modified time | relevance | path

Searched refs:ADC_GetChannelStatusFlags (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/adc_5v12b_ll18_015/
Dfsl_adc.h267 bool ADC_GetChannelStatusFlags(ADC_Type *base);
Dfsl_adc.c250 bool ADC_GetChannelStatusFlags(ADC_Type *base) in ADC_GetChannelStatusFlags() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/adc_12b1msps_sar/
Dfsl_adc.h299 static inline uint32_t ADC_GetChannelStatusFlags(ADC_Type *base, uint32_t channelGroup) in ADC_GetChannelStatusFlags() function
Dfsl_adc.c255 if (0U == ADC_GetChannelStatusFlags(base, 0U)) /* Check the COCO[0] bit status. */ in ADC_DoAutoCalibration()