Searched refs:isXLFrame (Results 1 – 2 of 2) sorted by relevance
249 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()
318 …boolean isXLFrame; /**< True for XLFrame Types, False for Classic and FD frames. */ member