Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dstm32_i2c.h86 #define I2C_ERROR_NONE U(0x0) macro
/optee_os/core/drivers/
H A Dstm32_i2c.c915 hi2c->i2c_err = I2C_ERROR_NONE; in stm32_i2c_init()
1189 hi2c->i2c_err = I2C_ERROR_NONE; in do_write()
1327 hi2c->i2c_err = I2C_ERROR_NONE; in stm32_i2c_read_write_membyte()
1422 hi2c->i2c_err = I2C_ERROR_NONE; in do_read()
1593 hi2c->i2c_err = I2C_ERROR_NONE; in stm32_i2c_is_device_ready()