Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.c803 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 …]
Dlin_driver.h127 uint8_t cntByte; /*!< To count number of bytes already transmitted or received. */ member
Dfsl_lin.h194 uint8_t cntByte; /*!< To count number of bytes already transmitted or received. */ member