Module gpio_
async
kernel
0.2.3-dev
Module gpio_
async
Module Items
Traits
In kernel::
hil
Modules
adc
analog_comparator
ble_advertising
bus8080
buzzer
can
crc
dac
date_time
digest
eic
entropy
flash
gpio
gpio_async
hasher
hw_debug
i2c
kv
led
log
nonvolatile_storage
public_key_crypto
pwm
radio
rng
screen
sensors
servo
spi
symmetric_encryption
text_screen
time
touch
uart
usb
usb_hid
Traits
Controller
kernel
::
hil
Module
gpio_async
Copy item path
Settings
Help
Summary
Source
Expand description
Interface for GPIO pins that require split-phase operation to control.
Traits
§
Client
The gpio_async Client interface is used to both receive callbacks when a configuration command finishes and to handle interrupt events from pins with interrupts enabled.
Port
Interface for banks of asynchronous GPIO pins.