other versions
W1_POST_WRITE(9) | W1 API internal to the kernel | W1_POST_WRITE(9) |
NAME¶
w1_post_write - post-write options
SYNOPSIS¶
void w1_post_write(struct w1_master * dev);
ARGUMENTS¶
struct w1_master * dev
the master device
DESCRIPTION¶
Post-write operation, currently only supporting strong pullups. If a strong pullup was requested, clear it if the hardware supports them, or execute the delay otherwise, in either case clear the request.
AUTHOR¶
David Fries <David@Fries.net>
Author.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.11 |