Searched refs:kFLEXIO_I2C_Read (Results 1 – 2 of 2) sorted by relevance
107 …start = (handle->transfer.subaddressSize != 0) && (handle->transfer.direction == kFLEXIO_I2C_Read); in FLEXIO_I2C_MasterTransferInitStateMachine()203 if (handle->transfer.direction == kFLEXIO_I2C_Read) in FLEXIO_I2C_MasterTransferRunStateMachine()231 … FLEXIO_I2C_MasterStart(base, handle->transfer.slaveAddress, kFLEXIO_I2C_Read); in FLEXIO_I2C_MasterTransferRunStateMachine()581 data = ((uint32_t)address) << 1U | ((direction == kFLEXIO_I2C_Read) ? 1U : 0U); in FLEXIO_I2C_MasterStart()
56 kFLEXIO_I2C_Read = 0x1U, /*!< Master receive from slave. */ enumerator