Home
last modified time | relevance | path

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

/trusted-firmware-a/drivers/st/i2c/
A Dstm32_i2c.c337 static int i2c_wait_txis(struct i2c_handle_s *hi2c, uint64_t timeout_ref) in i2c_wait_txis() function
439 if (i2c_wait_txis(hi2c, timeout_ref) != 0) { in i2c_request_memory_write()
452 if (i2c_wait_txis(hi2c, timeout_ref) != 0) { in i2c_request_memory_write()
486 if (i2c_wait_txis(hi2c, timeout_ref) != 0) { in i2c_request_memory_read()
499 if (i2c_wait_txis(hi2c, timeout_ref) != 0) { in i2c_request_memory_read()
598 if (i2c_wait_txis(hi2c, timeout_ref) != 0) { in i2c_write()

Completed in 3 milliseconds