.. _components-gpio: GPIO ==== The GPIO component provides an interface to the General Purpose Input/Output (GPIO) pins of the FPGA. The component is implemented as multiple singleton classes, each representing a single GPIO IP-Code of the hardware design. Classes ------- .. contents:: :local: :class: this-will-duplicate-information-and-it-is-still-useful-here Base GPIO Class ~~~~~~~~~~~~~~~ .. doxygenclass:: nexmess::components::gpio::Gpio :members: :protected-members: :private-members: Enables GPIO Class ~~~~~~~~~~~~~~~~~~ .. doxygenclass:: nexmess::components::gpio::GpioEnabled :members: :protected-members: :private-members: Long gate GPIO Class ~~~~~~~~~~~~~~~~~~~~ .. doxygenclass:: nexmess::components::gpio::GpioLongGate :members: :protected-members: :private-members: Pre gate GPIO Class ~~~~~~~~~~~~~~~~~~~ .. doxygenclass:: nexmess::components::gpio::GpioPreGate :members: :protected-members: :private-members: Trigger value GPIO Class ~~~~~~~~~~~~~~~~~~~~~~~~ .. doxygenclass:: nexmess::components::gpio::GpioTriggerValue :members: :protected-members: :private-members: Measurement interrupt GPIO Class ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. doxygenclass:: nexmess::components::gpio::GpioMeasurementInterrupt :members: :protected-members: :private-members: Measurement time GPIO Class ~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. doxygenclass:: nexmess::components::gpio::GpioMeasurementTime :members: :protected-members: :private-members: Package size GPIO Class ~~~~~~~~~~~~~~~~~~~~~~~ .. doxygenclass:: nexmess::components::gpio::GpioPackageSize :members: :protected-members: :private-members: Signal count GPIO Class ~~~~~~~~~~~~~~~~~~~~~~~ .. doxygenclass:: nexmess::components::gpio::GpioSignalCount :members: :protected-members: :private-members: