Home
last modified time | relevance | path

Searched refs:checkDdrState (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c1199 …bool checkDdrState = (type == kI3C_TypeI3CDdr) ? (masterState != kI3C_MasterStateDdr) … in I3C_MasterStartWithRxSize() local
1200 …(masterState != kI3C_MasterStateIdle) && (masterState != kI3C_MasterStateNormAct) && checkDdrState) in I3C_MasterStartWithRxSize()
1227 …bool checkDdrState = (type == kI3C_TypeI3CDdr) ? (masterState != kI3C_MasterStateDdr) … in I3C_MasterStart() local
1228 …(masterState != kI3C_MasterStateIdle) && (masterState != kI3C_MasterStateNormAct) && checkDdrState) in I3C_MasterStart()
1804 bool checkDdrState = false; in I3C_MasterTransferBlocking() local
1808checkDdrState = (transfer->busType == kI3C_TypeI3CDdr) ? (masterState != kI3C_MasterStateDdr) : tr… in I3C_MasterTransferBlocking()
1810 …(masterState != kI3C_MasterStateIdle) && (masterState != kI3C_MasterStateNormAct) && checkDdrState) in I3C_MasterTransferBlocking()
2497 bool checkDdrState = false; in I3C_MasterTransferNonBlocking() local
2506checkDdrState = (transfer->busType == kI3C_TypeI3CDdr) ? (masterState != kI3C_MasterStateDdr) : tr… in I3C_MasterTransferNonBlocking()
2507 …(masterState != kI3C_MasterStateIdle) && (masterState != kI3C_MasterStateNormAct) && checkDdrState) in I3C_MasterTransferNonBlocking()
Dfsl_i3c_edma.c577 bool checkDdrState = false; in I3C_MasterTransferEDMA() local
586checkDdrState = (transfer->busType == kI3C_TypeI3CDdr) ? (masterState != kI3C_MasterStateDdr) : tr… in I3C_MasterTransferEDMA()
587 …(masterState != kI3C_MasterStateIdle) && (masterState != kI3C_MasterStateNormAct) && checkDdrState) in I3C_MasterTransferEDMA()
Dfsl_i3c_dma.c713 bool checkDdrState; in I3C_MasterTransferDMA() local
723checkDdrState = (transfer->busType == kI3C_TypeI3CDdr) ? (masterState != kI3C_MasterStateDdr) : tr… in I3C_MasterTransferDMA()
724 …(masterState != kI3C_MasterStateIdle) && (masterState != kI3C_MasterStateNormAct) && checkDdrState) in I3C_MasterTransferDMA()