For many of the state checks with timeout, the check should be very fast (sub 1 microseconds) and the previous implemention involving busy waits between checks could add unneeded latency. Change the timeout checking method to use WAIT_FOR(), with no extra delays between checks. Signed-off-by: Mike J. Chen <mjchen@google.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| i3c_ccc.c | ||
| i3c_cdns.c | ||
| i3c_common.c | ||
| i3c_handlers.c | ||
| i3c_ibi_workq.c | ||
| i3c_mcux.c | ||
| i3c_npcx.c | ||
| i3c_shell.c | ||
| i3c_test.c | ||
| Kconfig | ||
| Kconfig.cdns | ||
| Kconfig.npcx | ||
| Kconfig.nxp | ||
| Kconfig.test | ||