Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Platform/src/
DMru_Ip.c305 uint8 MailboxUsedNum= ReceiveChCfgPtr->NumRxMB; in Mru_Ip_ResetReceiveChannel_Privileged()
361 uint8 LastRxMailboxIdx = ReceiveChCfgPtr->NumRxMB -1U; in Mru_Ip_ReadMailbox_Privileged()
385 for(MbIdx=0; MbIdx < ReceiveChCfgPtr->NumRxMB; MbIdx++) in Mru_Ip_ReadMailbox_Privileged()
397 ReceiveChCfgPtr->NumRxMB in Mru_Ip_ReadMailbox_Privileged()
418 uint8 LastRxMailboxIdx = ReceiveChCfgPtr->NumRxMB -1U; in Mru_Ip_GetMailboxStatus_Privileged()
444 uint8 RxMailboxUsedNum= ReceiveChCfgPtr->NumRxMB; in Mru_Ip_EnableChannel_Privileged()
486 uint8 RxMailboxUsedNum= ReceiveChCfgPtr->NumRxMB; in Mru_Ip_DisableChannel_Privileged()
518 ReceiveChCfgPtr->NumRxMB in Mru_Ip_DisableChannel_Privileged()
796 for(u8BufferIdx = 0u; u8BufferIdx < pReceiveChConfig->NumRxMB; u8BufferIdx++) in Mru_Ip_ProcessActiveMb()
808 pReceiveChConfig->NumRxMB in Mru_Ip_ProcessActiveMb()
/hal_nxp-latest/s32/drivers/s32ze/Platform/include/
DMru_Ip_Types.h143 uint8 NumRxMB; /**< The number of MailBox used. */ member