'\" t .\" Title: w1_write_bit .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: September 2017 .\" Manual: W1 API internal to the kernel .\" Source: Kernel Hackers Manual 4.12.13 .\" Language: English .\" .TH "W1_WRITE_BIT" "9" "September 2017" "Kernel Hackers Manual 4\&.12\&" "W1 API internal to the kernel" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" w1_write_bit \- Generates a write\-0 or write\-1 cycle\&. .SH "SYNOPSIS" .HP \w'void\ w1_write_bit('u .BI "void w1_write_bit(struct\ w1_master\ *\ " "dev" ", int\ " "bit" ");" .SH "ARGUMENTS" .PP \fIstruct w1_master * dev\fR .RS 4 the master device .RE .PP \fIint bit\fR .RS 4 bit to write .RE .SH "DESCRIPTION" .PP Only call if dev\->bus_master\->touch_bit is NULL .SH "AUTHOR" .PP \fBDavid Fries\fR <\&David@Fries.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br