Go to the source code of this file.
|
| int | ppi_get (union filedescriptor *fdp, int reg, int bit) |
| |
| int | ppi_set (union filedescriptor *fdp, int reg, int bit) |
| |
| int | ppi_clr (union filedescriptor *fdp, int reg, int bit) |
| |
| int | ppi_getall (union filedescriptor *fdp, int reg) |
| |
| int | ppi_setall (union filedescriptor *fdp, int reg, int val) |
| |
| int | ppi_toggle (union filedescriptor *fdp, int reg, int bit) |
| |
| void | ppi_open (char *port, union filedescriptor *fdp) |
| |
| void | ppi_close (union filedescriptor *fdp) |
| |
◆ anonymous enum
| Enumerator |
|---|
| PPIDATA | |
| PPICTRL | |
| PPISTATUS | |
27 {
31};
@ PPIDATA
Definition ppi.h:28
@ PPISTATUS
Definition ppi.h:30
@ PPICTRL
Definition ppi.h:29
◆ ppi_close()
◆ ppi_clr()
◆ ppi_get()
◆ ppi_getall()
◆ ppi_open()
◆ ppi_set()
◆ ppi_setall()
◆ ppi_toggle()