Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dstm32_i2c.h75 I2C_STATE_BUSY_RX, /* Data Reception ongoing */ enumerator
/optee_os/core/drivers/
H A Dstm32_i2c.c1326 hi2c->i2c_state = write ? I2C_STATE_BUSY_TX : I2C_STATE_BUSY_RX; in stm32_i2c_read_write_membyte()
1421 hi2c->i2c_state = I2C_STATE_BUSY_RX; in do_read()