other versions
W1_WRITE_8(9) | W1 API internal to the kernel | W1_WRITE_8(9) |
NAME¶
w1_write_8 - Writes 8 bits.
SYNOPSIS¶
void w1_write_8(struct w1_master * dev, u8 byte);
ARGUMENTS¶
struct w1_master * dev
the master device
u8 byte
the byte to write
AUTHOR¶
David Fries <David@Fries.net>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |