distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
Implementation of GPIOv2 functions for STM32. More...
Namespaces | |
distortos | |
Top-level namespace of distortos project. | |
distortos::chip | |
Chip-related code of distortos project. | |
Functions | |
void | distortos::chip::configurePin (Pin pin, PinMode mode, bool openDrain, PinOutputSpeed outputSpeed, PinPull pull, PinAlternateFunction alternateFunction, bool initialState={}) |
Configures pin. More... | |
Implementation of GPIOv2 functions for STM32.