Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/i2c/
H A Dstm32_i2c.c204 hi2c->i2c_err = I2C_ERROR_NONE; in stm32_i2c_init()
552 hi2c->i2c_err = I2C_ERROR_NONE; in i2c_write()
733 hi2c->i2c_err = I2C_ERROR_NONE; in i2c_read()
886 hi2c->i2c_err = I2C_ERROR_NONE; in stm32_i2c_is_device_ready()
/rk3399_ARM-atf/include/drivers/st/
H A Dstm32_i2c.h224 #define I2C_ERROR_NONE 0x00000000U /* No error */ macro