diff options
Diffstat (limited to 'static/freebsd/man4/iicbb.4 4.html')
| -rw-r--r-- | static/freebsd/man4/iicbb.4 4.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/static/freebsd/man4/iicbb.4 4.html b/static/freebsd/man4/iicbb.4 4.html new file mode 100644 index 00000000..5cb6522a --- /dev/null +++ b/static/freebsd/man4/iicbb.4 4.html @@ -0,0 +1,53 @@ +<table class="head"> + <tr> + <td class="head-ltitle">IICBB(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">IICBB(4)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">iicbb</code> — <span class="Nd">I2C + generic bit-banging driver</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp"><code class="Cd">device iicbb</code></p> +<p class="Pp"> + <br/> + <code class="Cd">device lpbb</code></p> +<p class="Pp">For one or more iicbus busses: + <br/> + <code class="Cd">device iicbus</code></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The + <a class="permalink" href="#iicbb"><i class="Em" id="iicbb">iicbb</i></a> + driver provides support to any bit-banging interface for the + <a class="Xr">iicbus(4)</a> system.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">iicbus(4)</a>, <a class="Xr">lpbb(4)</a>, + <a class="Xr">ppbus(4)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> +<p class="Pp">The <code class="Nm">iicbb</code> manual page first appeared in + <span class="Ux">FreeBSD 3.0</span>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> +<p class="Pp">This manual page was written by <span class="An">Nicolas + Souchu</span>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">October 25, 1998</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
