Searched refs:I3C_MasterGetState (Results 1 – 5 of 5) sorted by relevance
462 if (waitIdle && I3C_MasterGetState(base) == kI3C_MasterStateIdle) in I3C_MasterWaitForCtrlDone()548 while ((I3C_MasterGetState(base) != kI3C_MasterStateIdle) && --waitTimes)550 while (I3C_MasterGetState(base) != kI3C_MasterStateIdle)695 if (I3C_MasterGetState(base) != kI3C_MasterStateNormAct) in I3C_MasterEmitStop()1007 i3c_master_state_t I3C_MasterGetState(I3C_Type *base) in I3C_MasterGetState() function1198 i3c_master_state_t masterState = I3C_MasterGetState(base); in I3C_MasterStartWithRxSize()1226 i3c_master_state_t masterState = I3C_MasterGetState(base); in I3C_MasterStart()1442 if (I3C_MasterGetState(base) == kI3C_MasterStateDdr) in I3C_MasterReceive()1478 while ((I3C_MasterGetState(base) != kI3C_MasterStateIdle) && --waitTimes) in I3C_MasterReceive()1480 while (I3C_MasterGetState(base) != kI3C_MasterStateIdle) in I3C_MasterReceive()[all …]
332 i3c_master_state_t masterState = I3C_MasterGetState(base); in I3C_MasterRunTransferStateMachineEDMA()576 i3c_master_state_t masterState = I3C_MasterGetState(base); in I3C_MasterTransferEDMA()
504 i3c_master_state_t masterState = I3C_MasterGetState(base); in I3C_MasterRunTransferStateMachineDMA()712 i3c_master_state_t masterState = I3C_MasterGetState(base); in I3C_MasterTransferDMA()
913 i3c_master_state_t I3C_MasterGetState(I3C_Type *base);
326 else if ((I3C_MasterGetState(base) == kI3C_MasterStateDaa) && in I3C_MasterAdapterProcessDAA()