Lines Matching refs:errStatus
437 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
670 errStatus = I3C_SlaveGetErrorStatusFlags(base); in I3C_SlaveWaitForTxReady()
671 result = I3C_SlaveCheckAndClearError(base, errStatus); in I3C_SlaveWaitForTxReady()
1603 uint32_t errStatus; in I3C_MasterProcessDAASpecifiedBaudrate() local
1641 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_MasterProcessDAASpecifiedBaudrate()
1642 result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_MasterProcessDAASpecifiedBaudrate()
2299 uint32_t errStatus; in I3C_RunTransferStateMachine() local
2308 errStatus = I3C_MasterGetErrorStatusFlags(base); in I3C_RunTransferStateMachine()
2309 stateParams.result = I3C_MasterCheckAndClearError(base, errStatus); in I3C_RunTransferStateMachine()