Searched refs:I3C_MasterCheckAndClearError (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/ |
| D | fsl_i3c.c | 361 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()
|
| D | fsl_i3c.h | 809 status_t I3C_MasterCheckAndClearError(I3C_Type *base, uint32_t status);
|
| D | fsl_i3c_edma.c | 334 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterRunTransferStateMachineEDMA()
|
| D | fsl_i3c_dma.c | 506 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterRunTransferStateMachineDMA()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/ |
| D | fsl_component_i3c_adapter.c | 306 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterAdapterProcessDAA()
|