Module kernel::hil::gpio
[−]
[src]
Interface for direct control of GPIO pins.
Enums
| InputMode |
Enum for configuring any pull-up or pull-down resistors on the GPIO pin. |
| InterruptMode |
Enum for selecting which edge to trigger interrupts on. |
Traits
| Client |
Interface for users of synchronous GPIO. In order
to receive interrupts, the user must implement
this |
| Pin |
Interface for synchronous GPIO pins. |
| PinCtl |