Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/w1/
Dw1_zephyr_gpio.c206 static int w1_gpio_write_bit(const struct device *dev, const bool bit) in w1_gpio_write_bit() function
260 ret = w1_gpio_write_bit(dev, write & 0x01); in w1_gpio_write_byte()
313 .write_bit = w1_gpio_write_bit,