Searched refs:kLPI2C_Read (Results 1 – 7 of 7) sorted by relevance
135 if (xfer->direction == kLPI2C_Read) in LPI2C_GenerateCommands()165 if ((xfer->dataSize) && (xfer->direction == kLPI2C_Read)) in LPI2C_GenerateCommands()171 … (uint16_t)((uint16_t)((uint16_t)xfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_GenerateCommands()242 bool hasReceiveData = (transfer->direction == kLPI2C_Read) && (transfer->dataSize); in LPI2C_MasterTransferEDMA()
750 if (xfer->direction == kLPI2C_Read) in LPI2C_RunTransferStateMachine()777 if (xfer->direction == kLPI2C_Read) in LPI2C_RunTransferStateMachine()868 if (xfer->direction == kLPI2C_Read) in LPI2C_InitTransferStateMachine()907 if ((xfer->dataSize) && (xfer->direction == kLPI2C_Read)) in LPI2C_InitTransferStateMachine()913 … (uint16_t)((uint16_t)((uint16_t)xfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_InitTransferStateMachine()
89 kLPI2C_Read = 1U /*!< Master receive. */ enumerator
66 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_Receive()118 xfer.direction = kLPI2C_Read; in BOARD_LPI2C_ReceiveSCCB()
282 …if (LPI2C_MasterRepeatedStart(imxrt_i2c->I2C, imxrt_i2c->msg[i].addr, kLPI2C_Read) != kStatus_Succ… in imxrt_i2c_mst_xfer()290 … if (LPI2C_MasterStart(imxrt_i2c->I2C, imxrt_i2c->msg[i].addr, kLPI2C_Read) != kStatus_Success) in imxrt_i2c_mst_xfer()301 … if (LPI2C_MasterStart(imxrt_i2c->I2C, imxrt_i2c->msg[i].addr, kLPI2C_Read) != kStatus_Success) in imxrt_i2c_mst_xfer()
97 xfer.direction = kLPI2C_Read; in lpc_i2c_xfer()
128 xfer.direction = kLPI2C_Read; in lpc_i2c_xfer()
Completed in 18 milliseconds