Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/
A Dstm32_i2c.c70 #define I2C_CR2_START BIT(13) macro
192 #define I2C_GENERATE_START_READ (BIT(31) | I2C_CR2_START | \
194 #define I2C_GENERATE_START_WRITE (BIT(31) | I2C_CR2_START)
983 I2C_CR2_AUTOEND | I2C_CR2_START | I2C_CR2_STOP | in i2c_transfer_config()
1460 I2C_CR2_START | I2C_CR2_AUTOEND) & in stm32_i2c_is_device_ready()
1465 I2C_CR2_START | I2C_CR2_ADD10) & in stm32_i2c_is_device_ready()

Completed in 5 milliseconds