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 } |
Available ports on this device. | |
enum | Signal { BitBang, Ain0, Ain1, Clk0, Com0, Com1, Com2, Com3, Di, Do, Icp, In0, In1, In2, In3, In4, In5, In6, In7, Miso, Mosi, Oca, Ocb, Rxd, Sck, Seg0, Seg1, Seg10, Seg11, Seg12, Seg13, Seg14, Seg15, Seg16, Seg17, Seg18, Seg19, Seg2, Seg20, Seg21, Seg22, Seg23, Seg24, Seg3, Seg4, Seg5, Seg6, Seg7, Seg8, Seg9, Ss, T, Tck, Tdi, Tdo, Tms, Txd, Usck, Xck } |
|
strong |
|
strong |
|
strong |