Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Adc/src/
DAdc_Sar_Ip.c1215 volatile uint32 * CEOCFRAddr = NULL_PTR; in Adc_Sar_GetConvResults() local
1239 CEOCFRAddr = &(CEOCFR(AdcAEBasePtr, VectAdr)); in Adc_Sar_GetConvResults()
1244 CEOCFRAddr = &(CEOCFR(AdcBasePtr, VectAdr)); in Adc_Sar_GetConvResults()
1290 *CEOCFRAddr = ((uint32)1UL << VectBit); /* w1c bit */ in Adc_Sar_GetConvResults()
1438 volatile uint32 * CEOCFRAddr = NULL_PTR; in Adc_Sar_CheckAndCallEocNotification() local
1444 CEOCFRAddr = &(CEOCFR(AdcAEBasePtr, VectAdr)); in Adc_Sar_CheckAndCallEocNotification()
1451 CEOCFRAddr = &(CEOCFR(AdcBasePtr, VectAdr)); in Adc_Sar_CheckAndCallEocNotification()
1455 Ceocfr = ((*CEOCFRAddr) & Mask); in Adc_Sar_CheckAndCallEocNotification()
1460 *CEOCFRAddr = Mask; in Adc_Sar_CheckAndCallEocNotification()
3105 volatile uint32 * CEOCFRAddr = NULL_PTR; in Adc_Sar_Ip_GetConvResult() local
[all …]