*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: pcf8574 | Section: 4 | Source: FreeBSD | File: pcf8574.4.gz
PCF8574(4) FreeBSD Kernel Interfaces Manual PCF8574(4) NAME pcf8574 - driver for the PCF8574 8-bit I2C IO expander SYNOPSIS To compile this driver into the kernel, place the following lines in your kernel configuration file: device pcf8574 device gpio device iicbus Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): pcf8574_load="YES" DESCRIPTION The pcf8574 driver provides gpiobus(4) control over 8 GPIO pins. The pins are quasi-bidirectional. Only low output can be actively driven. High output is equivalent to input. On an FDT(4) based system the following properties must be set: compatible Must be set to "nxp,pcf8574". reg The I2C address of pcf8574. The DTS part for a pcf8574 device usually looks like: / { ... pcf8574@27 { compatible = "nxp,pcf8574"; reg = <0x27>; }; }; SEE ALSO fdt(4), gpiobus(4), iicbus(4) HISTORY The pcf8574 driver and this manual page was written by Andriy Gapon <[email protected]>. BUGS The pcf8574 driver does not support the input change interrupt that the hardware provides. FreeBSD 14.1-RELEASE-p8 November 6, 2021 FreeBSD 14.1-RELEASE-p8

Navigation Options