Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c462 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)
1014 case (uint32_t)kI3C_MasterStateIdle: in I3C_MasterGetState()
1015 returnCode = kI3C_MasterStateIdle; in I3C_MasterGetState()
1039 returnCode = kI3C_MasterStateIdle; in I3C_MasterGetState()
1200 …if ((masterState != kI3C_MasterStateIdle) && (masterState != kI3C_MasterStateNormAct) && checkDdrS… in I3C_MasterStartWithRxSize()
1228 …if ((masterState != kI3C_MasterStateIdle) && (masterState != kI3C_MasterStateNormAct) && checkDdrS… in I3C_MasterStart()
1478 while ((I3C_MasterGetState(base) != kI3C_MasterStateIdle) && --waitTimes) in I3C_MasterReceive()
1480 while (I3C_MasterGetState(base) != kI3C_MasterStateIdle) in I3C_MasterReceive()
[all …]
Dfsl_i3c.h160 kI3C_MasterStateIdle = 0U, /*!< Bus stopped. */ enumerator
1092 …return ((base->MSTATUS & I3C_MSTATUS_STATE_MASK) == (uint32_t)kI3C_MasterStateIdle ? true : false); in I3C_MasterGetBusIdleState()
Dfsl_i3c_edma.c587 …if ((masterState != kI3C_MasterStateIdle) && (masterState != kI3C_MasterStateNormAct) && checkDdrS… in I3C_MasterTransferEDMA()
Dfsl_i3c_dma.c724 …if ((masterState != kI3C_MasterStateIdle) && (masterState != kI3C_MasterStateNormAct) && checkDdrS… in I3C_MasterTransferDMA()