modm API documentation
Inheritance diagram for modm::Gpio:
modm::GpioInput modm::GpioOutput modm::GpioIO modm::GpioIO modm::GpioExpanderPin< GpioExpander, expander, pin > modm::platform::GpioStatic< detail::DataUnused > modm::GpioExpanderPin< GpioExpander, expander, pin > modm::platform::GpioStatic< detail::DataUnused >

Public Types

enum  Direction { In = 0, Out = 1, InOut = 2, Special = 3 }
 Declares the direction of a GPIO.
 

Static Public Attributes

static constexpr bool Low = false
 
static constexpr bool High = true
 

Member Data Documentation

constexpr bool modm::Gpio::Low = false
staticconstexpr

These constants refer to the logical state of the GPIO. The physical state is determined by the configuration and external connection.


The documentation for this struct was generated from the following file: