Lines Matching refs:txCount
251 size_t txCount; in LPI2C_MasterWaitForTxReady() local
260 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in LPI2C_MasterWaitForTxReady()
261 txCount = txFifoSize - txCount; in LPI2C_MasterWaitForTxReady()
272 } while ((0U == txCount) && (0U != waitTimes)); in LPI2C_MasterWaitForTxReady()
279 } while (0U == txCount); in LPI2C_MasterWaitForTxReady()
1117 size_t txCount; in LPI2C_RunTransferStateMachine() local
1130 LPI2C_MasterGetFifoCounts(base, &rxCount, &txCount); in LPI2C_RunTransferStateMachine()
1143 … ((txCount == 0U) || ((txCount == 1U) && (handle->state == (uint8_t)kWaitForCompletionState) && in LPI2C_RunTransferStateMachine()
1155 txCount = txFifoSize - txCount; in LPI2C_RunTransferStateMachine()
1164 if (0U == txCount--) in LPI2C_RunTransferStateMachine()
1196 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in LPI2C_RunTransferStateMachine()
1197 while (txFifoSize == txCount) in LPI2C_RunTransferStateMachine()
1199 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in LPI2C_RunTransferStateMachine()
1225 if (0U == txCount--) in LPI2C_RunTransferStateMachine()
1246 if (0U == txCount--) in LPI2C_RunTransferStateMachine()
1285 if (0U == txCount--) in LPI2C_RunTransferStateMachine()