Searched refs:errStatus (Results 1 – 4 of 4) sorted by relevance
437 uint32_t status, errStatus; in I3C_MasterWaitForCtrlDone() local449 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterWaitForCtrlDone()451 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterWaitForCtrlDone()480 uint32_t errStatus; in I3C_MasterWaitForTxReady() local496 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterWaitForTxReady()497 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterWaitForTxReady()518 uint32_t status, errStatus; in I3C_MasterWaitForComplete() local526 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 …]
270 uint32_t errStatus; in I3C_MasterRunTransferStateMachineDMA() local280 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterRunTransferStateMachineDMA()281 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterRunTransferStateMachineDMA()
319 uint32_t errStatus; in I3C_MasterRunTransferStateMachineEDMA() local333 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterRunTransferStateMachineEDMA()334 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterRunTransferStateMachineEDMA()
275 uint32_t errStatus; in I3C_MasterAdapterProcessDAA() local302 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterAdapterProcessDAA()303 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterAdapterProcessDAA()