Searched refs:kLPI2C_Read (Results 1 – 3 of 3) 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