Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/st/
H A Dstm32_i2c.h274 #define I2C_FLAG_TC I2C_ISR_TC macro
/rk3399_ARM-atf/drivers/st/i2c/
H A Dstm32_i2c.c498 if (i2c_wait_flag(hi2c, I2C_FLAG_TC, 0, timeout_ref) != 0) { in i2c_request_memory_read()