Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c356 Canexcel_Ip_apxState[instance]->rxFifo.isXLFrame = TRUE; in Canexcel_InitRxFIFO()
366 Canexcel_Ip_apxState[instance]->rxFifo.isXLFrame = FALSE; in Canexcel_InitRxFIFO()
647 state->msgDesc[descNo].isXLFrame = TRUE; in Canexcel_Ip_ConfigRx()
667 state->msgDesc[descNo].isXLFrame = FALSE; in Canexcel_Ip_ConfigRx()
682 state->msgDesc[descNo].isXLFrame = FALSE; in Canexcel_Ip_ConfigRx()
895 Canexcel_Ip_apxState[instance]->msgDesc[mbIdx].isXLFrame = TRUE; in Canexcel_Ip_ConfigXlTx()
924 Canexcel_Ip_apxState[instance]->msgDesc[mbIdx].isXLFrame = FALSE; in Canexcel_Ip_ConfigFdTx()
1621 retVal = state->rxFifo.isXLFrame; in Canexcel_Ip_IsXLFrameType()
1627 retVal = state->msgDesc[descNo].isXLFrame; in Canexcel_Ip_IsXLFrameType()
/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_Types.h366 …boolean isXLFrame; /**< True for XLFrame Types, False for Classic and FD frames. */ member