Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c_edma.c240 … result = I3C_MasterRepeatedStart(base, xfer->busType, xfer->slaveAddress, direction); in I3C_MasterInitTransferStateMachineEDMA()
456 … result = I3C_MasterRepeatedStart(base, xfer->busType, xfer->slaveAddress, kI3C_Read); in I3C_MasterRunTransferStateMachineEDMA()
Dfsl_i3c_dma.c477 result = I3C_MasterRepeatedStart(base, xfer->busType, xfer->slaveAddress, direction); in I3C_MasterInitTransferStateMachineDMA()
604 … result = I3C_MasterRepeatedStart(base, xfer->busType, xfer->slaveAddress, kI3C_Read); in I3C_MasterRunTransferStateMachineDMA()
Dfsl_i3c.c1944 … result = I3C_MasterRepeatedStart(base, transfer->busType, transfer->slaveAddress, kI3C_Read); in I3C_MasterTransferBlocking()
2178I3C_MasterRepeatedStart(base, handle->transfer.busType, handle->transfer.slaveAddress, kI3C_Read); in I3C_TransferStateMachineWaitRepeatedStartCompleteState()
2452 result = I3C_MasterRepeatedStart(base, xfer->busType, xfer->slaveAddress, direction); in I3C_InitTransferStateMachine()
Dfsl_i3c.h1174 static inline status_t I3C_MasterRepeatedStart(I3C_Type *base, in I3C_MasterRepeatedStart() function