OpenMPTL - STM32F10X
C++ Microprocessor Template Library
|
#include <gpio.hpp>
Public Types | |
using | resources = typelist< typename gpio_type::resources, typename gpio_type::mode::template output< speed > > |
Additional Inherited Members | |
![]() | |
static void | enable () |
static void | disable () |
static bool | active () |
static void | toggle () |
static bool | latched () |
using mptl::gpio_output< port, pin_no, active_state, speed >::resources = typelist< typename gpio_type::resources, typename gpio_type::mode::template output<speed> > |