w1_write_block (9) Linux Manual Page
w1_write_block – Writes a series of bytes.
Synopsis
void w1_write_block(struct w1_master *dev, const u8 *buf, int len);
Arguments
dev
-
- the master device
buf
- pointer to the data to write
len
- the number of bytes to write
Author
David Fries <David [at] Fries.net>
- Author.
