Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c438 #if I3C_RETRY_TIMES in I3C_MasterWaitForCtrlDone()
439 uint32_t waitTimes = I3C_RETRY_TIMES; in I3C_MasterWaitForCtrlDone()
442 #if I3C_RETRY_TIMES in I3C_MasterWaitForCtrlDone()
468 #if I3C_RETRY_TIMES in I3C_MasterWaitForCtrlDone()
486 #if I3C_RETRY_TIMES in I3C_MasterWaitForTxReady()
487 uint32_t waitTimes = I3C_RETRY_TIMES; in I3C_MasterWaitForTxReady()
502 #if I3C_RETRY_TIMES in I3C_MasterWaitForTxReady()
520 #if I3C_RETRY_TIMES in I3C_MasterWaitForComplete()
521 uint32_t waitTimes = I3C_RETRY_TIMES; in I3C_MasterWaitForComplete()
528 #if I3C_RETRY_TIMES in I3C_MasterWaitForComplete()
[all …]
Dfsl_i3c.h27 #ifndef I3C_RETRY_TIMES
28 #define I3C_RETRY_TIMES 0U /* Define to zero means keep waiting until the flag is assert/deassert. … macro