other versions
W1_READ_BLOCK(9) | W1 API internal to the kernel | W1_READ_BLOCK(9) |
NAME¶
w1_read_block - Reads a series of bytes.
SYNOPSIS¶
u8 w1_read_block(struct w1_master * dev, u8 * buf, int len);
ARGUMENTS¶
struct w1_master * dev
the master device
u8 * buf
pointer to the buffer to fill
int len
the number of bytes to read
RETURN¶
the number of bytes read
AUTHOR¶
David Fries <David@Fries.net>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |