other versions
W1_WRITE_BLOCK(9) | W1 API internal to the kernel | W1_WRITE_BLOCK(9) |
NAME¶
w1_write_block - Writes a series of bytes.
SYNOPSIS¶
void w1_write_block(struct w1_master * dev, const u8 * buf, int len);
ARGUMENTS¶
struct w1_master * dev
the master device
const u8 * buf
pointer to the data to write
int len
the number of bytes to write
AUTHOR¶
David Fries <David@Fries.net>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |