other versions
W1_TOUCH_BIT(9) | W1 API internal to the kernel | W1_TOUCH_BIT(9) |
NAME¶
w1_touch_bit - Generates a write-0 or write-1 cycle and samples the level.
SYNOPSIS¶
u8 w1_touch_bit(struct w1_master * dev, int bit);
ARGUMENTS¶
struct w1_master * dev
the master device
int bit
0 - write a 0, 1 - write a 0 read the level
AUTHOR¶
David Fries <David@Fries.net>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |