|
Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
Enumerations | |
| enum class | PinMode { Input , Output , InputPullup , InputPulldown , OpenDrain , Analog } |
| GPIO pin modes. More... | |
| enum class | PinLevel { Low = 0 , High = 1 } |
| Digital logic levels. More... | |
|
strong |
|
strong |
GPIO pin modes.
Standard pin configuration modes supported across ARM Cortex-M platforms. Platform implementations map these to hardware-specific configurations.