Home
last modified time | relevance | path

Searched refs:kI2C_Read (Results 1 – 9 of 9) sorted by relevance

/bsp/frdm-k64f/device/MK64F12/
A Dfsl_i2c_edma.c137 if (i2cPrivateHandle->handle->transfer.direction == kI2C_Read) in I2C_MasterTransferCallbackEDMA()
167 if (i2cPrivateHandle->handle->transfer.direction == kI2C_Read) in I2C_MasterTransferCallbackEDMA()
247 if ((xfer->subaddressSize > 0) && (xfer->direction == kI2C_Read)) in I2C_InitTransferStateMachineEDMA()
321 if (handle->transfer.direction == kI2C_Read) in I2C_InitTransferStateMachineEDMA()
327 result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, kI2C_Read); in I2C_InitTransferStateMachineEDMA()
360 if (handle->transfer.direction == kI2C_Read) in I2C_MasterTransferEDMAConfig()
462 if (handle->transfer.direction == kI2C_Read) in I2C_MasterTransferEDMA()
484 if (handle->transfer.direction == kI2C_Read) in I2C_MasterTransferEDMA()
524 if (handle->transfer.direction == kI2C_Read) in I2C_MasterTransferEDMA()
A Dfsl_i2c.c248 if (xfer->direction == kI2C_Read) in I2C_InitTransferStateMachine()
379 … result = I2C_MasterRepeatedStart(base, handle->transfer.slaveAddress, kI2C_Read); in I2C_MasterTransferRunStateMachine()
694 base->D = (((uint32_t)address) << 1U | ((direction == kI2C_Read) ? 1U : 0U)); in I2C_MasterStart()
735 base->D = (((uint32_t)address) << 1U | ((direction == kI2C_Read) ? 1U : 0U)); in I2C_MasterRepeatedStart()
931 if ((xfer->subaddressSize > 0) && (xfer->direction == kI2C_Read)) in I2C_MasterTransferBlocking()
1003 if (xfer->direction == kI2C_Read) in I2C_MasterTransferBlocking()
1009 result = I2C_MasterRepeatedStart(base, xfer->slaveAddress, kI2C_Read); in I2C_MasterTransferBlocking()
1047 if ((xfer->direction == kI2C_Read) && (xfer->dataSize > 0)) in I2C_MasterTransferBlocking()
1124 if (handle->transfer.direction == kI2C_Read) in I2C_MasterTransferAbort()
A Dfsl_i2c.h115 kI2C_Read = 0x1U, /*!< Master receives from the slave. */ enumerator
/bsp/nxp/lpc/lpc54114-lite/drivers/
A Ddrv_i2c.c53 direction = ((msg->flags & RT_I2C_RD) ? kI2C_Read : kI2C_Write); in master_xfer()
/bsp/nxp/mcx/mcxc/Libraries/drivers/
A Ddrv_i2c.c61 xfer.direction = kI2C_Read; in mcx_i2c_master_xfer()
/bsp/nxp/lpc/lpc55sxx/lpc55s06_nxp_evk/board/MCUX_Config/board/
A Dboard.c81 masterXfer.direction = kI2C_Read; in BOARD_I2C_Receive()
/bsp/nxp/lpc/lpc55sxx/Libraries/drivers/
A Ddrv_i2c.c103 xfer.direction = kI2C_Read; in lpc_i2c_xfer()
/bsp/nxp/imx/imx6ull-smart/drivers/
A Ddrv_i2c.c83 xfer.direction = kI2C_Read; in imx6ull_i2c_mst_xfer()
/bsp/nxp/lpc/lpc54608-LPCXpresso/drivers/
A Ddrv_i2c.c163 xfer.direction = kI2C_Read; in lpc_i2c_xfer()

Completed in 24 milliseconds