theCore C++ embedded framework
ecl::gpio_hw::pin_bin< Gn, Gns > Struct Template Reference

Gather given pins into one bin, suitable for passing to the TivaWare functions. More...

#include </home/travis/build/forGGe/theCore/platform/tm4c/export/aux/pin_cfg.hpp>

Static Public Attributes

static constexpr uint8_t pins = pin_bin<Gns...>::pins | static_cast<std::underlying_type_t<num>>(Gn)
 

Detailed Description

template<num Gn, num ... Gns>
struct ecl::gpio_hw::pin_bin< Gn, Gns >

Gather given pins into one bin, suitable for passing to the TivaWare functions.

Field Documentation

◆ pins

template<num Gn, num ... Gns>
constexpr uint8_t ecl::gpio_hw::pin_bin< Gn, Gns >::pins = pin_bin<Gns...>::pins | static_cast<std::underlying_type_t<num>>(Gn)
static

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