Lines Matching refs:txCount
274 size_t txCount; in LPI2C_MasterWaitForTxReady() local
285 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in LPI2C_MasterWaitForTxReady()
286 txCount = txFifoSize - txCount; in LPI2C_MasterWaitForTxReady()
296 } while ((0U == txCount) && (0U != --waitTimes)); in LPI2C_MasterWaitForTxReady()
303 } while (0U == txCount); in LPI2C_MasterWaitForTxReady()
1014 size_t txCount; in LPI2C_RunTransferStateMachine() local
1042 LPI2C_MasterGetFifoCounts(base, &rxCount, &txCount); in LPI2C_RunTransferStateMachine()
1043 txCount = txFifoSize - txCount; in LPI2C_RunTransferStateMachine()
1052 if (0U == txCount--) in LPI2C_RunTransferStateMachine()
1090 if (0U == txCount--) in LPI2C_RunTransferStateMachine()
1111 if (0U == txCount--) in LPI2C_RunTransferStateMachine()
1150 if (0U == txCount--) in LPI2C_RunTransferStateMachine()
1412 size_t txCount; in LPI2C_MasterTransferHandleIRQ() local
1436 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in LPI2C_MasterTransferHandleIRQ()
1437 if (txCount != 0U) in LPI2C_MasterTransferHandleIRQ()