Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.c870 uint8_t tmpSize; in LIN_LPUART_ProcessSendFrameData() local
902 tmpSize = linCurrentState->txSize - linCurrentState->cntByte; in LIN_LPUART_ProcessSendFrameData()
905 tmpCheckSumAndSize = (tmpSize == 1U) && (linCurrentState->checkSum != tmpByte); in LIN_LPUART_ProcessSendFrameData()
908 tmpBuffAndSize = (*linCurrentState->txBuff != tmpByte) && (tmpSize != 1U); in LIN_LPUART_ProcessSendFrameData()