Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/st/
H A Dstm32_i2c.h213 I2C_STATE_BUSY_RX = 0x22U, /* Data Reception ongoing */ enumerator
/rk3399_ARM-atf/drivers/st/i2c/
H A Dstm32_i2c.c731 hi2c->i2c_state = I2C_STATE_BUSY_RX; in i2c_read()