Expand description
HAL interface for the GPIOTE peripheral.
The GPIO tasks and events (GPIOTE) module provides functionality for accessing GPIO pins using tasks and events.
Structs§
- Gpiote
- A safe wrapper around the GPIOTE peripheral.
- Gpiote
Channel - Gpiote
Channel Event - Gpiote
Port - Gpiote
Port Event - Gpiote
Task
Enums§
- Event
Polarity - Port
Event Sense - Task
OutPolarity - Polarity of the
task out
operation.
Traits§
- Gpiote
Input Pin - Trait to represent event input pin.
- Gpiote
Output Pin - Trait to represent task output pin.