Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Platform/src/
DMru_Ip.c315 MailboxId = ReceiveChCfgPtr->ListRxMB[Mailbox_Idx]; /* Get mailbox ID is used*/ in Mru_Ip_ResetReceiveChannel_Privileged()
365 …uint8 LastRxMailbox= (uint8)(ReceiveChCfgPtr->ListRxMB[LastRxMailboxIdx]); /* Last mailbox used in… in Mru_Ip_ReadMailbox_Privileged()
422 …uint8 LastRxMailbox= (uint8)(ReceiveChCfgPtr->ListRxMB[LastRxMailboxIdx]); /* Last mailbox used in… in Mru_Ip_GetMailboxStatus_Privileged()
445 uint8 LastRxMailboxId= ReceiveChCfgPtr->ListRxMB[RxMailboxUsedNum -1]; in Mru_Ip_EnableChannel_Privileged()
487 uint8 LastRxMailboxId= ReceiveChCfgPtr->ListRxMB[RxMailboxUsedNum -1]; in Mru_Ip_DisableChannel_Privileged()
/hal_nxp-latest/s32/drivers/s32ze/Platform/include/
DMru_Ip_Types.h144 const uint8 * ListRxMB; /**< The list of MailBox used. */ member