modm API documentation
|
Public Types | |
enum | InputType { InputType::Floating = 0x0, InputType::PullUp = 0x1, InputType::PullDown = 0x2 } |
enum | OutputType { OutputType::PushPull = 0x0, OutputType::OpenDrain = 0x1 } |
enum | OutputSpeed { Low = 0, Medium = 0x1, High = 0x3, MHz2 = Low, MHz10 = Medium, MHz50 = High } |
enum | Port { A = 0, B = 1, C = 2, D = 3, F = 5 } |
The Port a Gpio Pin is connected to. | |
|
strong |
|
strong |