Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/w1/
Dw1_zephyr_gpio.c171 static int w1_gpio_read_bit(const struct device *dev) in w1_gpio_read_bit() function
240 ret = w1_gpio_read_bit(dev); in w1_gpio_read_byte()
312 .read_bit = w1_gpio_read_bit,