KM3NeT CLB
2.0
KM3NeT CLB v2 Embedded Software
|
Structure defines GPIO device. More...
#include <dev_gpio.h>
Data Fields | |
volatile unsigned int | CLR |
Clear output register. | |
volatile unsigned int | SET |
Set output register. | |
volatile unsigned int | DIR |
Direction register (1 - output, 0 - input). | |
const volatile unsigned int | GET |
Pin state registers. | |
Structure defines GPIO device.
Definition at line 33 of file dev_gpio.h.