Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Platform/src/
DMru_Ip.c259 …uint32 LastMbStatus = (*(TransmitChCfgPtr->ChMBSTATAdd)>> (TransmitChCfgPtr->LastTxMBIndex)) & MRU… in Mru_Ip_Transmit_Privileged()
293 …*TransmitChCfgPtr->ChMBSTATAdd = MRU_IP_CH_MBSTAT_MBS0_MASK << MailboxId ; /* Clear mailbox statu… in Mru_Ip_ResetTransmitChannel_Privileged()
316 …*ChannelConfig->ChMBSTATAdd = MRU_IP_CH_MBSTAT_MBS0_MASK << MailboxId ; /* Clear mailbox status */ in Mru_Ip_ResetReceiveChannel_Privileged()
338 *ResetInsCfgPtr->MruResetChOfInsCfg[ChannelIdx].ChMBSTATAdd = MBStatusMask; in Mru_Ip_ResetInstance_Privileged()
371 MailboxStatus = *ChannelConfig->ChMBSTATAdd; in Mru_Ip_ReadMailbox_Privileged()
376 MailboxStatus = *ChannelConfig->ChMBSTATAdd; in Mru_Ip_ReadMailbox_Privileged()
391 *ChannelConfig->ChMBSTATAdd = (uint32)(MRU_IP_CH_MBSTAT_MBS0_MASK << LastRxMailbox); in Mru_Ip_ReadMailbox_Privileged()
426 MailboxStatus = *ChannelConfig->ChMBSTATAdd; in Mru_Ip_GetMailboxStatus_Privileged()
497 ChMBSTATAddr = ChannelConfig->ChMBSTATAdd; in Mru_Ip_DisableChannel_Privileged()
754 ChMBSTATAddr = ChannelConfig->ChMBSTATAdd; in Mru_Ip_IrqHandlerReceiveMb()
/hal_nxp-latest/s32/drivers/s32ze/Platform/include/
DMru_Ip_Types.h115 volatile uint32 * ChMBSTATAdd; /**< The data configuartion for MBSTAT register. */ member
124 volatile uint32 * ChMBSTATAdd; /**< Address of channel MBSTAT register. */ member
163 …volatile uint32 * ChMBSTATAdd; /**< The data configuartion for MBSTAT register. */ member