|
Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
GPIO handle type for hardware abstraction. More...
#include <cstdint>Go to the source code of this file.
Classes | |
| struct | sbl::GpioHandle |
| GPIO pin handle with port, pin number, and polarity. More... | |
Namespaces | |
| namespace | sbl |
| Root namespace for all Sound Byte Libs functionality. | |
GPIO handle type for hardware abstraction.
Canonical definition of GpioHandle - the primary way to reference GPIO pins in SBL. Used by drivers, generated hardware configs, and user code.
Definition in file handle.hpp.