Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_i2c.c84 #define I2C_CR2_AUTOEND BIT(25) macro
190 #define I2C_AUTOEND_MODE I2C_CR2_AUTOEND
893 io_setbits32(base + I2C_CR2, I2C_CR2_AUTOEND | I2C_CR2_NACK); in stm32_i2c_init()
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()