|
PER Firmware
|
Configuration entry for GPIO initilization. More...
#include <gpio.h>
Public Attributes | ||
| GPIO_TypeDef * | bank | |
| uint8_t | pin | |
| GPIOPinType_t | type | |
| struct { | ||
| GPIOInputPull_t pull | ||
| GPIOOutputSpeed_t ospeed | ||
| GPIOOutputPull_t otype | ||
| uint8_t af_num | ||
| } | config | |
Configuration entry for GPIO initilization.
| uint8_t GPIOInitConfig_t::af_num |
| GPIO_TypeDef* GPIOInitConfig_t::bank |
| struct { ... } GPIOInitConfig_t::config |
| GPIOOutputSpeed_t GPIOInitConfig_t::ospeed |
| GPIOOutputPull_t GPIOInitConfig_t::otype |
| uint8_t GPIOInitConfig_t::pin |
| GPIOInputPull_t GPIOInitConfig_t::pull |
| GPIOPinType_t GPIOInitConfig_t::type |