|
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 Public Member Functions inherited from mptl::gpio_output_base< gpio< port, pin_no >, active_state > | |
| 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> > |
1.8.13