other versions
W1_WRITE_BIT(9) | W1 API internal to the kernel | W1_WRITE_BIT(9) |
NAME¶
w1_write_bit - Generates a write-0 or write-1 cycle.
SYNOPSIS¶
void w1_write_bit(struct w1_master * dev, int bit);
ARGUMENTS¶
struct w1_master * dev
the master device
int bit
bit to write
DESCRIPTION¶
Only call if dev->bus_master->touch_bit is NULL
AUTHOR¶
David Fries <David@Fries.net>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |