Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c361 status_t I3C_MasterCheckAndClearError(I3C_Type *base, uint32_t status) in I3C_MasterCheckAndClearError() function
451 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterWaitForCtrlDone()
497 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterWaitForTxReady()
527 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterWaitForComplete()
1424 result = I3C_MasterCheckAndClearError(base, I3C_MasterGetErrorStatusFlags(base)); in I3C_MasterReceive()
1642 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterProcessDAASpecifiedBaudrate()
2309 stateParams.result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_RunTransferStateMachine()
Dfsl_i3c.h809 status_t I3C_MasterCheckAndClearError(I3C_Type *base, uint32_t status);
Dfsl_i3c_edma.c334 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterRunTransferStateMachineEDMA()
Dfsl_i3c_dma.c506 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterRunTransferStateMachineDMA()
/hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c_adapter.c306 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterAdapterProcessDAA()