Searched refs:cntByte (Results 1 – 3 of 3) sorted by relevance
803 if (linCurrentState->rxSize > (linCurrentState->cntByte + 1U)) in LIN_LPUART_ProcessReceiveFrameData()813 linCurrentState->cntByte++; in LIN_LPUART_ProcessReceiveFrameData()814 if (linCurrentState->cntByte == linCurrentState->rxSize) in LIN_LPUART_ProcessReceiveFrameData()902 tmpSize = linCurrentState->txSize - linCurrentState->cntByte; in LIN_LPUART_ProcessSendFrameData()932 linCurrentState->cntByte++; in LIN_LPUART_ProcessSendFrameData()939 if (linCurrentState->cntByte < linCurrentState->txSize) in LIN_LPUART_ProcessSendFrameData()942 if ((linCurrentState->txSize - linCurrentState->cntByte) == 1U) in LIN_LPUART_ProcessSendFrameData()1214 linCurrentState->cntByte = 0U; in LIN_LPUART_SendFrameDataBlocking()1282 linCurrentState->cntByte = 0U; in LIN_LPUART_SendFrameData()1321 *bytesRemaining = linCurrentState->txSize - linCurrentState->cntByte; in LIN_LPUART_GetTransmitStatus()[all …]
127 uint8_t cntByte; /*!< To count number of bytes already transmitted or received. */ member
194 uint8_t cntByte; /*!< To count number of bytes already transmitted or received. */ member