Module Name:    src
Committed By:   mlelstv
Date:           Sun Dec  6 07:40:04 UTC 2015

Modified Files:
        src/share/man/man4: gpio.4

Log Message:
document new pin configuration flags


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/share/man/man4/gpio.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/gpio.4
diff -u src/share/man/man4/gpio.4:1.28 src/share/man/man4/gpio.4:1.29
--- src/share/man/man4/gpio.4:1.28	Tue Mar 18 18:20:39 2014
+++ src/share/man/man4/gpio.4	Sun Dec  6 07:40:04 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpio.4,v 1.28 2014/03/18 18:20:39 riastradh Exp $
+.\" $NetBSD: gpio.4,v 1.29 2015/12/06 07:40:04 mlelstv Exp $
 .\"	$OpenBSD: gpio.4,v 1.5 2004/11/23 09:39:29 reyk Exp $
 .\"
 .\" Copyright (c) 2004 Alexander Yurchenko <gra...@openbsd.org>
@@ -168,6 +168,15 @@ invert input
 invert output
 .It Dv GPIO_PIN_PULSATE
 pulsate output
+.It Dv GPIO_PIN_ALT0 -
+.It Dv GPIO_PIN_ALT7
+select alternate pin function 0 to 7
+.It Dv GPIO_PIN_EVENTS
+deliver events
+.It Dv GPIO_PIN_LEVEL
+trigger on pin level instead of edge
+.It Dv GPIO_PIN_FALLING
+trigger on falling instead of rising edge
 .El
 .Pp
 Note that the GPIO controller

Reply via email to