Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip.h158 Canexcel_Ip_StatusType Canexcel_Ip_TxDescriptor(uint8 instance, uint8 descNo, uint32 txPtrList);
/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c815 Canexcel_Ip_StatusType Canexcel_Ip_TxDescriptor(uint8 instance, uint8 descNo, uint32 txPtrList) in Canexcel_Ip_TxDescriptor() argument
824 if (0U == ((((Canexcel_TxMsgHeaderType *)txPtrList)->word2) & CANXL_TX_HEADER_MODE_MASK)) in Canexcel_Ip_TxDescriptor()
862 state->msgDesc[descNo].list[noOfPtrList] = txPtrList; in Canexcel_Ip_TxDescriptor()