Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Mcl/src/
DEmios_Mcl_Ip_Irq.c495 extern eMIOS_Type* Emios_Ip_paxBase[eMIOS_INSTANCE_COUNT];
546 if ( 0U != ((Emios_Ip_paxBase[0]->CH.UC[0].S) & (uint32)eMIOS_S_FLAG_MASK) ) in ISR()
549 … if ( 0U != ((Emios_Ip_paxBase[0]->CH.UC[0].C) & ((uint32)(eMIOS_C_DMA_MASK | eMIOS_C_FEN_MASK))) ) in ISR()
577 if ( 0U != ((Emios_Ip_paxBase[0]->CH.UC[1].S) & (uint32)eMIOS_S_FLAG_MASK) ) in ISR()
580 … if ( 0U != ((Emios_Ip_paxBase[0]->CH.UC[1].C) & ((uint32)(eMIOS_C_DMA_MASK | eMIOS_C_FEN_MASK))) ) in ISR()
608 if ( 0U != ((Emios_Ip_paxBase[0]->CH.UC[2].S) & (uint32)eMIOS_S_FLAG_MASK) ) in ISR()
611 … if ( 0U != ((Emios_Ip_paxBase[0]->CH.UC[2].C) & ((uint32)(eMIOS_C_DMA_MASK | eMIOS_C_FEN_MASK))) ) in ISR()
639 if ( 0U != ((Emios_Ip_paxBase[0]->CH.UC[3].S) & (uint32)eMIOS_S_FLAG_MASK) ) in ISR()
642 … if ( 0U != ((Emios_Ip_paxBase[0]->CH.UC[3].C) & ((uint32)(eMIOS_C_DMA_MASK | eMIOS_C_FEN_MASK))) ) in ISR()
699 if ( 0U != ((Emios_Ip_paxBase[0]->CH.UC[4].S) & (uint32)eMIOS_S_FLAG_MASK) ) in ISR()
[all …]
DEmios_Mcl_Ip.c79 eMIOS_Type *const Emios_Ip_paxBase[eMIOS_INSTANCE_COUNT] = IP_eMIOS_BASE_PTRS; variable
169 eMIOS_Type* Base = Emios_Ip_paxBase[Instance]; in Emios_Mcl_Ip_Init()
270 eMIOS_Type* Base = Emios_Ip_paxBase[Instance]; in Emios_Mcl_Ip_EnableChannel()
282 eMIOS_Type* Base = Emios_Ip_paxBase[Instance]; in Emios_Mcl_Ip_DisableChannel()
294 eMIOS_Type* Base = Emios_Ip_paxBase[Instance]; in Emios_Mcl_Ip_ComparatorTransferEnable()
307 eMIOS_Type* Base = Emios_Ip_paxBase[Instance]; in Emios_Mcl_Ip_ComparatorTransferDisable()
321 eMIOS_Type* Base = Emios_Ip_paxBase[Instance]; in Emios_Mcl_Ip_Deinit()
342 Emios_Ip_paxBase[Instance]->CH.UC[CurrentChannel].C = 0U; in Emios_Mcl_Ip_Deinit()
344 Emios_Ip_paxBase[Instance]->CH.UC[CurrentChannel].A = 0UL; in Emios_Mcl_Ip_Deinit()
345 Emios_Ip_paxBase[Instance]->CH.UC[CurrentChannel].B = 0UL; in Emios_Mcl_Ip_Deinit()
[all …]
/hal_nxp-3.6.0/s32/
DREADME51 - Relocate Emios_Ip_paxBase array in Emios_Mcl_Ip.c to read only region as suppose to be.