Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c121 static status_t I3C_MasterWaitForTxReady(I3C_Type *base, uint8_t byteCounts);
478 static status_t I3C_MasterWaitForTxReady(I3C_Type *base, uint8_t byteCounts) in I3C_MasterWaitForTxReady() argument
503 } while ((txCount < byteCounts) && (--waitTimes)); in I3C_MasterWaitForTxReady()
510 } while (txCount < byteCounts); in I3C_MasterWaitForTxReady()
1512 uint8_t byteCounts = enableWord ? 2U : 1U; in I3C_MasterSend() local
1524 result = I3C_MasterWaitForTxReady(base, byteCounts); in I3C_MasterSend()
1531 if (txSize > byteCounts) in I3C_MasterSend()
1554 buf.u32 = buf.u32 + byteCounts; in I3C_MasterSend()
1555 txSize = txSize - byteCounts; in I3C_MasterSend()