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