Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dstm32_i2c.h281 unsigned int trials, unsigned int timeout_ms);
/optee_os/core/drivers/
H A Dstm32_i2c.c1574 unsigned int trials, unsigned int timeout_ms) in stm32_i2c_is_device_ready() argument
1644 if (i2c_trials == trials) { in stm32_i2c_is_device_ready()
1654 } while (i2c_trials < trials); in stm32_i2c_is_device_ready()