Searched refs:WAIT_COUNT (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/i2c/ |
D | i2c_mchp_xec_v2.c | 36 #define WAIT_COUNT 200 macro 285 int rc = wait_bus_free(dev, WAIT_COUNT); in i2c_xec_reset_config() 549 ret = wait_pin(dev, I2C_WAIT_PIN_ASSERT, WAIT_COUNT); in do_start() 558 ret = wait_bus_free(dev, WAIT_COUNT); in do_start() 616 ret = wait_bus_free(dev, WAIT_COUNT); in ctrl_tx() 641 ret = wait_pin(dev, I2C_WAIT_PIN_ASSERT, WAIT_COUNT); in ctrl_tx() 696 ret = wait_bus_free(dev, WAIT_COUNT); in ctrl_rx() 753 ret = wait_pin(dev, I2C_WAIT_PIN_ASSERT, WAIT_COUNT); in ctrl_rx() 994 ret = wait_bus_free(dev, WAIT_COUNT); in i2c_xec_target_register()
|
D | i2c_mchp_xec.c | 31 #define WAIT_COUNT 200 macro 145 if (*counter > WAIT_COUNT) { in xec_spin_yield()
|