Searched refs:ChMBSTATAddr (Results 1 – 1 of 1) sorted by relevance
490 volatile uint32 * ChMBSTATAddr; /* Mailbox status address*/ in Mru_Ip_DisableChannel_Privileged() local497 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() local754 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()