Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Platform/src/
DMru_Ip.c393 if(NULL_PTR != ReceiveChCfgPtr->ReceiveNotification) in Mru_Ip_ReadMailbox_Privileged()
395 ReceiveChCfgPtr->ReceiveNotification(ReceiveChCfgPtr->ChannelId, in Mru_Ip_ReadMailbox_Privileged()
514 if(NULL_PTR != ReceiveChCfgPtr->ReceiveNotification) in Mru_Ip_DisableChannel_Privileged()
516 ReceiveChCfgPtr->ReceiveNotification(ReceiveChCfgPtr->ChannelId, in Mru_Ip_DisableChannel_Privileged()
804 if(NULL_PTR != pReceiveChConfig->ReceiveNotification) in Mru_Ip_ProcessActiveMb()
806 pReceiveChConfig->ReceiveNotification(pReceiveChConfig->ChannelId, in Mru_Ip_ProcessActiveMb()
/hal_nxp-latest/s32/drivers/s32ze/Platform/include/
DMru_Ip_Types.h147 …Mru_Ip_ReceiveNotificationType ReceiveNotification; /**< Store pointer for ISR notification func… member