#include <gpio.hpp>
|
| using | input = regval< typename GPIOx::template MODERx< pin_no >, 0 > |
| |
| using | output = regval< typename GPIOx::template MODERx< pin_no >, 1 > |
| |
| using | alternate_function = regval< typename GPIOx::template MODERx< pin_no >, 2 > |
| | Alternate function mode selection. More...
|
| |
| using | analog = regval< typename GPIOx::template MODERx< pin_no >, 3 > |
| |
◆ alternate_function
template<char port, unsigned pin_no>
NOTE: usually in combination with "alt_func_num<>".
◆ analog
template<char port, unsigned pin_no>
◆ input
template<char port, unsigned pin_no>
◆ output
template<char port, unsigned pin_no>
The documentation for this struct was generated from the following file:
- arch/arm/cortex/stm32/f4/include/arch/gpio.hpp