Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.h1090 static inline bool I3C_MasterGetBusIdleState(I3C_Type *base) in I3C_MasterGetBusIdleState() function
Dfsl_i3c.c750 return (I3C_MasterGetBusIdleState(base) == true) ? kStatus_Success : kStatus_I3C_Busy; in I3C_CheckForBusyBus()