Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Platform/src/
DMru_Ip.c154 Mru_Ip_StatusType Mru_Ip_Transmit_Privileged( const Mru_Ip_TransmitChannelType *TransmitChCfgPtr,
195 Mru_Ip_StatusType Mru_Ip_Transmit_Privileged( const Mru_Ip_TransmitChannelType *TransmitChCfgPtr, in Mru_Ip_Transmit_Privileged() argument
201 …uint32 LastMbStatus = (*(TransmitChCfgPtr->ChMBSTATAdd)>> (TransmitChCfgPtr->LastTxMBIndex)) & MRU… in Mru_Ip_Transmit_Privileged()
204 DevAssert(NULL_PTR != TransmitChCfgPtr); in Mru_Ip_Transmit_Privileged()
210 if ((TRUE == TransmitChCfgPtr->bOverwriteMBEnb ) || (0U == LastMbStatus )) in Mru_Ip_Transmit_Privileged()
213 for(BufferIndex = 0u; BufferIndex < TransmitChCfgPtr->NumTxMB; BufferIndex++) in Mru_Ip_Transmit_Privileged()
215 *TransmitChCfgPtr->MBAddList[BufferIndex] = TxBufferPtr[BufferIndex]; in Mru_Ip_Transmit_Privileged()
345 Mru_Ip_StatusType Mru_Ip_Transmit( const Mru_Ip_TransmitChannelType *TransmitChCfgPtr, in Mru_Ip_Transmit() argument
349 return (Mru_Ip_StatusType)Call_Mru_Ip_Transmit(TransmitChCfgPtr, TxBufferPtr); in Mru_Ip_Transmit()
/hal_nxp-3.6.0/s32/drivers/s32ze/Platform/include/
DMru_Ip_TrustedFunctions.h84 …n Mru_Ip_StatusType Mru_Ip_Transmit_Privileged( const Mru_Ip_TransmitChannelType *TransmitChCfgPtr,
DMru_Ip.h130 Mru_Ip_StatusType Mru_Ip_Transmit(const Mru_Ip_TransmitChannelType *TransmitChCfgPtr,