Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Adc/src/
DAdc_Sar_Ip.c1877 NCMR(AdcAEBasePtr, Index) = Mask[Index]; in Adc_Sar_SetNormalChain()
1886 NCMR(AdcBasePtr, Index) = Mask[Index]; in Adc_Sar_SetNormalChain()
2427 NCMRAddr = &(NCMR(AdcAEBasePtr, VectAdr)); in Adc_Sar_Ip_EnableChannel()
2434 NCMRAddr = &(NCMR(AdcBasePtr, VectAdr)); in Adc_Sar_Ip_EnableChannel()
2498 NCMRAddr = &(NCMR(AdcAEBasePtr, VectAdr)); in Adc_Sar_Ip_DisableChannel()
2505 NCMRAddr = &(NCMR(AdcBasePtr, VectAdr)); in Adc_Sar_Ip_DisableChannel()
2773 NCMR0Addr = &(NCMR(AdcAEBasePtr, 0u)); in Adc_Sar_Ip_SelfTest()
2775 NCMR1Addr = &(NCMR(AdcAEBasePtr, 1u)); in Adc_Sar_Ip_SelfTest()
2792 NCMR0Addr = &(NCMR(AdcBasePtr, 0u)); in Adc_Sar_Ip_SelfTest()
2794 NCMR1Addr = &(NCMR(AdcBasePtr, 1u)); in Adc_Sar_Ip_SelfTest()
[all …]
/hal_nxp-3.6.0/s32/drivers/s32k3/Adc/include/
DAdc_Sar_Ip_HeaderWrapper_S32K3.h174 #define NCMR(base, regIndex) REG_ACCESS((base)->NCMR0, (regIndex)) macro