![]() |
Dataflow Runtime API
3.0.3.0
|
Configuration of the GPIO pin. More...
#include <Imt.Base.BSP/Driver/GpioDriver.h>
Public Attributes | |
imt::base::bsp::type::GpioMode::Id | m_mode |
The mode of the pin. More... | |
imt::base::bsp::type::OutputMode::Id | m_outputMode |
The mode of the output pin. More... | |
imt::base::bsp::type::PullResistor::Id | m_pullResistor |
The pull resistor for an input pin. More... | |
imt::base::bsp::type::TriggerEdge::Id | m_triggerEdge |
The edge that triggers the handler for an input pin. More... | |
imt::base::bsp::handler::TriggerEdgeHandlerIfc * | m_triggerEdgeHandler |
The handler that is called for an input pin. More... | |
Configuration of the GPIO pin.
imt::base::bsp::type::GpioMode::Id imt::base::bsp::driver::GpioDriverConfiguration::m_mode |
The mode of the pin.
imt::base::bsp::type::OutputMode::Id imt::base::bsp::driver::GpioDriverConfiguration::m_outputMode |
The mode of the output pin.
imt::base::bsp::type::PullResistor::Id imt::base::bsp::driver::GpioDriverConfiguration::m_pullResistor |
The pull resistor for an input pin.
imt::base::bsp::type::TriggerEdge::Id imt::base::bsp::driver::GpioDriverConfiguration::m_triggerEdge |
The edge that triggers the handler for an input pin.
imt::base::bsp::handler::TriggerEdgeHandlerIfc* imt::base::bsp::driver::GpioDriverConfiguration::m_triggerEdgeHandler |
The handler that is called for an input pin.