diff options
Diffstat (limited to 'static/freebsd/man4/pcf.4 4.html')
| -rw-r--r-- | static/freebsd/man4/pcf.4 4.html | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/static/freebsd/man4/pcf.4 4.html b/static/freebsd/man4/pcf.4 4.html new file mode 100644 index 00000000..02289f71 --- /dev/null +++ b/static/freebsd/man4/pcf.4 4.html @@ -0,0 +1,64 @@ +<table class="head"> + <tr> + <td class="head-ltitle">PCF(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">PCF(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">pcf</code> — <span class="Nd">Philips I2C + bus controller</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 pcf</code></p> +<p class="Pp">In <span class="Pa">/boot/device.hints</span>: + <br/> + <code class="Cd">hint.pcf.0.at="isa"</code> + <br/> + <code class="Cd">hint.pcf.0.port="0x320"</code> + <br/> + <code class="Cd">hint.pcf.0.irq="5"</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="#pcf"><i class="Em" id="pcf">pcf</i></a> driver + provides support to the Philips PCF8584 I2C controller for the + <a class="Xr">iicbus(4)</a> system.</p> +<p class="Pp">The PCF8584 is an integrated circuit designed in CMOS technology + which serves as an interface between most standard parallel-bus + microcontrollers/microprocessors and the serial I2C-bus. The PCF8584 + provides both master and slave functions. Communication with I2C-bus is + carried out on a byte-wise basis using interrupt or polled handshake. It + controls all the I2C-bus specific sequences, protocol, arbitration and + timing. The PCF8584 allows parallel-bus systems to communicate + bidirectionally with the I2C-bus.</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></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">pcf</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">August 6, 1998</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
