Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c638 …stance, uint8 mbIdx, uint32 id,const Canexcel_Ip_DataInfoType * info, Canexcel_TxXlMsgType * TxMsg) in Canexcel_Ip_ConfigXlTx() argument
641 TxMsg->Header.timeStampL = 0U; in Canexcel_Ip_ConfigXlTx()
642 TxMsg->Header.timeStampL = 0U; in Canexcel_Ip_ConfigXlTx()
643 TxMsg->Header.word3 = 0U; in Canexcel_Ip_ConfigXlTx()
644 TxMsg->Header.word2 = 0U; in Canexcel_Ip_ConfigXlTx()
645 TxMsg->Header.word4 = 0U; in Canexcel_Ip_ConfigXlTx()
646TxMsg->Header.word2 = CANXL_TX_HEADER_MODE_MASK | (((uint32)info->priority << CANXL_TX_HEADER_PRIO… in Canexcel_Ip_ConfigXlTx()
650TxMsg->Header.word3 = CANXL_TX_HEADER_IDE_MASK | (id & CANXL_IP_ID_EXT_MASK) | CANXL_TX_HEADER_XLF… in Canexcel_Ip_ConfigXlTx()
654TxMsg->Header.word3 = ((id << CANXL_IP_ID_STD_SHIFT) & CANXL_IP_ID_STD_MASK) | CANXL_TX_HEADER_XLF… in Canexcel_Ip_ConfigXlTx()
656TxMsg->Header.word4 = (CANXL_TX_HEADER_FDF_MASK | ((((uint32)info->dataLength - 1u) << CANXL_TX_HE… in Canexcel_Ip_ConfigXlTx()
[all …]
/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip.h123 …tance, uint8 mbIdx, uint32 id,const Canexcel_Ip_DataInfoType * info, Canexcel_TxXlMsgType * TxMsg);
200 …st Canexcel_Ip_DataInfoType * info, uint32 id,const uint8 * dataPtr, Canexcel_TxFdMsgType * TxMsg);
214 …st Canexcel_Ip_DataInfoType * info, uint32 id,const uint8 * dataPtr, Canexcel_TxXlMsgType * TxMsg);