![]() |
Dataflow Runtime API
2.7.4.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. | |
| imt::base::bsp::type::OutputMode::Id | m_outputMode |
| The mode of the output pin. | |
| imt::base::bsp::type::PullResistor::Id | m_pullResistor |
| The pull resistor for an input pin. | |
| imt::base::bsp::type::TriggerEdge::Id | m_triggerEdge |
| The edge that triggers the handler for an input pin. | |
| imt::base::bsp::handler::TriggerEdgeHandlerIfc * | m_triggerEdgeHandler |
| The handler that is called for an input pin. | |
Configuration of the GPIO pin.