RTLib
|
Configuration for GPIO. More...
#include <gpio.h>
Public Attributes | |
Pinout | pin = {} |
GPIO Pin to enable and initialize. More... | |
Configuration | cnf = Configuration::kInputFloat |
GPIO Mode. More... | |
Mode | mode = Mode::kInput |
GPIO Output Speed. More... | |
Configuration for GPIO.
Configuration core::stm32f1::GPIO::Config::cnf = Configuration::kInputFloat |
GPIO Mode.
Defaults to Configuration::kInputFloat.
Mode core::stm32f1::GPIO::Config::mode = Mode::kInput |
GPIO Output Speed.
Defaults to Mode::kInput.
Pinout core::stm32f1::GPIO::Config::pin = {} |