Lines Matching refs:kLPI2C_Read
901 …if ((transfer->direction == kLPI2C_Read) && (transfer->dataSize > (256U * FSL_FEATURE_LPI2C_FIFO_S… in LPI2C_MasterTransferBlocking()
936 if ((0U != transfer->dataSize) && (transfer->direction == kLPI2C_Read)) in LPI2C_MasterTransferBlocking()
943 … (uint16_t)((uint16_t)((uint16_t)transfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_MasterTransferBlocking()
973 if ((transfer->direction == kLPI2C_Read) && (transfer->dataSize > 0U)) in LPI2C_MasterTransferBlocking()
1114 if (xfer->direction == kLPI2C_Read) in LPI2C_RunTransferStateMachine()
1157 if (xfer->direction == kLPI2C_Read) in LPI2C_RunTransferStateMachine()
1218 if (xfer->direction == kLPI2C_Read) in LPI2C_RunTransferStateMachine()
1268 if (xfer->direction == kLPI2C_Read) in LPI2C_InitTransferStateMachine()
1307 if ((0U != xfer->dataSize) && (xfer->direction == kLPI2C_Read)) in LPI2C_InitTransferStateMachine()
1313 … (uint16_t)((uint16_t)((uint16_t)xfer->slaveAddress << 1U) | (uint16_t)kLPI2C_Read); in LPI2C_InitTransferStateMachine()
1345 if ((transfer->direction == kLPI2C_Read) && in LPI2C_MasterTransferNonBlocking()