Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c428 …oPsiMsgTransmission(uint8 VsiId, const Netc_Eth_Ip_VsiToPsiMsgType *MsgCommandConfig, uint16 * Psi…
1544 …oPsiMsgTransmission(uint8 VsiId, const Netc_Eth_Ip_VsiToPsiMsgType *MsgCommandConfig, uint16 * Psi… in Netc_Eth_Ip_WaitVsiToPsiMsgTransmission() argument
1555 …BaseType*) netcSIsBase[VsiId])->MSGSR.VSI_A.VSIMSGSNDAR0 = ((uint32)MsgCommandConfig | NETC_ETH_IP… in Netc_Eth_Ip_WaitVsiToPsiMsgTransmission()
1703 uint8 Netc_Eth_Ip_VsiMsgCalculateCRC8(const Netc_Eth_Ip_VsiToPsiMsgType * MsgCommandConfig, uint8 M… in Netc_Eth_Ip_VsiMsgCalculateCRC8() argument
1715 Data = MsgCommandConfig->Class; in Netc_Eth_Ip_VsiMsgCalculateCRC8()
1719 Data = MsgCommandConfig->Command; in Netc_Eth_Ip_VsiMsgCalculateCRC8()
1723 Data = MsgCommandConfig->Data[ByteNb - 2U]; in Netc_Eth_Ip_VsiMsgCalculateCRC8()
1749 static inline void Netc_Eth_Ip_ClearVsiToPsiMsgBuff(Netc_Eth_Ip_VsiToPsiMsgType *MsgCommandConfig, … in Netc_Eth_Ip_ClearVsiToPsiMsgBuff() argument
1753 MsgCommandConfig->Class = (uint8)0U; in Netc_Eth_Ip_ClearVsiToPsiMsgBuff()
1754 MsgCommandConfig->Command = (uint8)0U; in Netc_Eth_Ip_ClearVsiToPsiMsgBuff()
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip.h1176 uint8 Netc_Eth_Ip_VsiMsgCalculateCRC8(const Netc_Eth_Ip_VsiToPsiMsgType *MsgCommandConfig,