Searched refs:NCMRAddr (Results 1 – 1 of 1) sorted by relevance
2406 volatile uint32 * NCMRAddr = NULL_PTR; in Adc_Sar_Ip_EnableChannel() local2427 NCMRAddr = &(NCMR(AdcAEBasePtr, VectAdr)); in Adc_Sar_Ip_EnableChannel()2434 NCMRAddr = &(NCMR(AdcBasePtr, VectAdr)); in Adc_Sar_Ip_EnableChannel()2442 *NCMRAddr |= (1UL << VectBit); in Adc_Sar_Ip_EnableChannel()2477 volatile uint32 * NCMRAddr = NULL_PTR; in Adc_Sar_Ip_DisableChannel() local2498 NCMRAddr = &(NCMR(AdcAEBasePtr, VectAdr)); in Adc_Sar_Ip_DisableChannel()2505 NCMRAddr = &(NCMR(AdcBasePtr, VectAdr)); in Adc_Sar_Ip_DisableChannel()2513 *NCMRAddr &= ~(1UL << VectBit); in Adc_Sar_Ip_DisableChannel()