Searched refs:tmpSize (Results 1 – 1 of 1) sorted by relevance
870 uint8_t tmpSize; in LIN_LPUART_ProcessSendFrameData() local902 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()