modm API documentation
|
Public Types | |
enum | InputType : uint8_t { InputType::Floating, InputType::PullUp } |
Each Input Pin can be configured in one of these states. More... | |
enum | OutputType : uint8_t { OutputType::PushPull } |
enum | InputTrigger : uint8_t { InputTrigger::LowLevel = 0b00, InputTrigger::BothEdges = 0b01, InputTrigger::FallingEdge = 0b10, InputTrigger::RisingEdge = 0b11 } |
Each External Interrupt can be configured to trigger on these conditions. More... | |
enum | Port { A, B, C, D, E, F, G, H, J, K, L } |
Available ports on this device. | |
enum | Signal { BitBang, Ain0, Ain1, Clko0, Icp, In0, In1, In10, In11, In12, In13, In14, In15, In3, In4, In5, In6, In7, In8, In9, Miso, Mosi, Oca, Ocb, Occ, Rxd, Sck, Scl, Sda, Ss, T, Tck, Tdi, Tdo, Tms, Tosc1, Tosc2, Txd, Xck } |
|
strong |
|
strong |
|
strong |