Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c449 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterWaitForCtrlDone()
496 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterWaitForTxReady()
526 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterWaitForComplete()
1373 result = I3C_MasterCheckAndClearError(base, I3C_MasterGetErrorStatusFlags(base)); in I3C_MasterReceive()
1590 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterProcessDAASpecifiedBaudrate()
2257 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_RunTransferStateMachine()
Dfsl_i3c.h863 static inline uint32_t I3C_MasterGetErrorStatusFlags(I3C_Type *base) in I3C_MasterGetErrorStatusFlags() function
Dfsl_i3c_dma.c280 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterRunTransferStateMachineDMA()
Dfsl_i3c_edma.c333 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterRunTransferStateMachineEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c_adapter.c302 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterAdapterProcessDAA()