Home
last modified time | relevance | path

Searched refs:errStatus (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c437 uint32_t status, errStatus; in I3C_MasterWaitForCtrlDone() local
449 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterWaitForCtrlDone()
451 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterWaitForCtrlDone()
480 uint32_t errStatus; in I3C_MasterWaitForTxReady() local
496 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterWaitForTxReady()
497 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterWaitForTxReady()
518 uint32_t status, errStatus; in I3C_MasterWaitForComplete() local
526 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterWaitForComplete()
527 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterWaitForComplete()
654 uint32_t errStatus; in I3C_SlaveWaitForTxReady() local
[all …]
Dfsl_i3c_dma.c270 uint32_t errStatus; in I3C_MasterRunTransferStateMachineDMA() local
280 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterRunTransferStateMachineDMA()
281 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterRunTransferStateMachineDMA()
Dfsl_i3c_edma.c319 uint32_t errStatus; in I3C_MasterRunTransferStateMachineEDMA() local
333 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterRunTransferStateMachineEDMA()
334 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterRunTransferStateMachineEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c_adapter.c275 uint32_t errStatus; in I3C_MasterAdapterProcessDAA() local
302 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterAdapterProcessDAA()
303 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterAdapterProcessDAA()