.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "W1_TRIPLET" "9" "09 October 2005" "" ""
.SH NAME
w1_triplet \- used for searching ROM addresses.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
u8 w1_triplet (struct w1_master * \fIdev\fB, int \fIbdir\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
-- undescribed --
.TP
\fB\fIbdir\fB\fR
-- undescribed --
.SH "RETURN BITS"
.PP
bit 0 = id_bit
bit 1 = comp_bit
bit 2 = dir_taken
If both bits 0 & 1 are set, the search should be restarted.
.PP
\fIparam\fR dev the master device
\fIparam\fR bdir the bit to write if both id_bit and comp_bit are 0
\fIreturn\fR bit fields - see above