diff options
Diffstat (limited to 'static/freebsd/man4/rccgpio.4 4.html')
| -rw-r--r-- | static/freebsd/man4/rccgpio.4 4.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/static/freebsd/man4/rccgpio.4 4.html b/static/freebsd/man4/rccgpio.4 4.html new file mode 100644 index 00000000..705bc7ee --- /dev/null +++ b/static/freebsd/man4/rccgpio.4 4.html @@ -0,0 +1,54 @@ +<table class="head"> + <tr> + <td class="head-ltitle">RCCGPIO(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">RCCGPIO(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">rccgpio</code> — <span class="Nd">ADI + Engineering RCC-VE and RCC-DFF/DFFv2 GPIO 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 rccgpio</code> + <br/> + <code class="Cd">device gpio</code> + <br/> + <code class="Cd">device gpioled</code></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <code class="Nm">rccgpio</code> provides a simple interface to + read the reset switch state and control the status LEDs.</p> +<p class="Pp">The software controlled reset switch is known to be available on + boards from Netgate. Most people get a button that is a hardware reset.</p> +<p class="Pp">All the GPIO pins are locked in their intended setup to disallow + any harmful settings (the ones that can cause short circuits).</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">gpio(3)</a>, <a class="Xr">gpio(4)</a>, + <a class="Xr">gpioled(4)</a>, <a class="Xr">gpioctl(8)</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">rccgpio</code> manual page first appeared in + <span class="Ux">FreeBSD 11.0</span>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> +<p class="Pp">The <code class="Nm">rccgpio</code> driver was written by + <span class="An">Luiz Otavio O Souza</span> + <<a class="Mt" href="mailto:loos@FreeBSD.org">loos@FreeBSD.org</a>>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">August 18, 2015</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
