Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Platform/src/
DMru_Ip.c490 volatile uint32 * ChMBSTATAddr; /* Mailbox status address*/ in Mru_Ip_DisableChannel_Privileged() local
497 ChMBSTATAddr = ChannelConfig->ChMBSTATAdd; in Mru_Ip_DisableChannel_Privileged()
504 if( 0U != (*ChMBSTATAddr & LastMailboxStatusBitMask )) /* If Mailbox status is active */ in Mru_Ip_DisableChannel_Privileged()
512 *ChMBSTATAddr = (uint32)LastMailboxStatusBitMask; in Mru_Ip_DisableChannel_Privileged()
744 volatile uint32 * ChMBSTATAddr; in Mru_Ip_IrqHandlerReceiveMb() local
754 ChMBSTATAddr = ChannelConfig->ChMBSTATAdd; in Mru_Ip_IrqHandlerReceiveMb()
755 MBStatus = *ChMBSTATAddr; in Mru_Ip_IrqHandlerReceiveMb()
762 Mru_Ip_ProcessActiveMb(ReceiveChConfig, ChMBSTATAddr, MBIdx); in Mru_Ip_IrqHandlerReceiveMb()