Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_i2c.c78 #define I2C_CR2_START BIT(13) macro
203 #define I2C_GENERATE_START_READ (BIT(31) | I2C_CR2_START | \
205 #define I2C_GENERATE_START_WRITE (BIT(31) | I2C_CR2_START)
1065 I2C_CR2_AUTOEND | I2C_CR2_START | I2C_CR2_STOP | in i2c_transfer_config()
1603 I2C_CR2_START | I2C_CR2_AUTOEND) & in stm32_i2c_is_device_ready()
1608 I2C_CR2_START | I2C_CR2_ADD10) & in stm32_i2c_is_device_ready()