Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_mchp_xec_v2.c158 static int wait_bus_free(const struct device *dev, uint32_t nwait) in wait_bus_free() argument
165 uint32_t count = nwait; in wait_bus_free()
428 static int wait_pin(const struct device *dev, bool pin_assert, uint32_t nwait) in wait_pin() argument
458 if (nwait) { in wait_pin()
459 --nwait; in wait_pin()
509 static int do_stop(const struct device *dev, uint32_t nwait) in do_stop() argument
522 ret = wait_bus_free(dev, nwait); in do_stop()