Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c249 Canexcel_Ip_apxState[instance]->rxFifo.isXLFrame = TRUE; in Canexcel_Ip_Init()
259 Canexcel_Ip_apxState[instance]->rxFifo.isXLFrame = FALSE; in Canexcel_Ip_Init()
340 state->msgDesc[descNo].isXLFrame = TRUE; in Canexcel_Ip_ConfigRx()
358 state->msgDesc[descNo].isXLFrame = FALSE; in Canexcel_Ip_ConfigRx()
373 state->msgDesc[descNo].isXLFrame = FALSE; in Canexcel_Ip_ConfigRx()
476 Canexcel_Ip_apxState[instance]->msgDesc[mbIdx].isXLFrame = TRUE; in Canexcel_Ip_ConfigXlTx()
499 Canexcel_Ip_apxState[instance]->msgDesc[mbIdx].isXLFrame = FALSE; in Canexcel_Ip_ConfigFdTx()
920 return (state->msgDesc[descNo].isXLFrame); in Canexcel_Ip_IsXLFrameType()
924 return (state->rxFifo.isXLFrame); in Canexcel_Ip_IsXLFrameType()
/hal_nxp-3.5.0/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_Types.h318 …boolean isXLFrame; /**< True for XLFrame Types, False for Classic and FD frames. */ member