Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c448 status = I3C_MasterGetStatusFlags(base); in I3C_MasterWaitForCtrlDone()
525 status = I3C_MasterGetStatusFlags(base); in I3C_MasterWaitForComplete()
1433 status = I3C_MasterGetStatusFlags(base) & (uint32_t)kI3C_MasterCompleteFlag; in I3C_MasterReceive()
1638 status = I3C_MasterGetStatusFlags(base); in I3C_MasterProcessDAASpecifiedBaudrate()
1664 (0UL != (I3C_MasterGetStatusFlags(base) & (uint32_t)kI3C_MasterBetweenFlag))) in I3C_MasterProcessDAASpecifiedBaudrate()
1773 if (0UL != (I3C_MasterGetStatusFlags(base) & (uint32_t)kI3C_MasterArbitrationWonFlag)) in I3C_MasterTransferNoStartFlag()
Dfsl_i3c.h845 static inline uint32_t I3C_MasterGetStatusFlags(I3C_Type *base) in I3C_MasterGetStatusFlags() function
/hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c_adapter.c302 status = I3C_MasterGetStatusFlags(base); in I3C_MasterAdapterProcessDAA()
327 (0UL != (I3C_MasterGetStatusFlags(base) & (uint32_t)kI3C_MasterBetweenFlag))) in I3C_MasterAdapterProcessDAA()