Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Platform/src/
DMru_Ip.c361 uint8 LastRxMailboxIdx = ReceiveChCfgPtr->NumRxMB -1U; in Mru_Ip_ReadMailbox_Privileged() local
363 DevAssert((sint8)LastRxMailboxIdx >= (sint8)0); in Mru_Ip_ReadMailbox_Privileged()
365 …uint8 LastRxMailbox= (uint8)(ReceiveChCfgPtr->ListRxMB[LastRxMailboxIdx]); /* Last mailbox used in… in Mru_Ip_ReadMailbox_Privileged()
418 uint8 LastRxMailboxIdx = ReceiveChCfgPtr->NumRxMB -1U; in Mru_Ip_GetMailboxStatus_Privileged() local
420 DevAssert((sint8)LastRxMailboxIdx >= (sint8)0); in Mru_Ip_GetMailboxStatus_Privileged()
422 …uint8 LastRxMailbox= (uint8)(ReceiveChCfgPtr->ListRxMB[LastRxMailboxIdx]); /* Last mailbox used in… in Mru_Ip_GetMailboxStatus_Privileged()