|
NinjaFlight
|

Macros | |
| #define | LSB_MASK ((uint16_t)0xFFFF) |
| #define | DBGAFR_POSITION_MASK ((uint32_t)0x000F0000) |
| #define | DBGAFR_SWJCFG_MASK ((uint32_t)0xF0FFFFFF) |
| #define | DBGAFR_LOCATION_MASK ((uint32_t)0x00200000) |
| #define | DBGAFR_NUMBITS_MASK ((uint32_t)0x00100000) |
Functions | |
| void | gpioInit (GPIO_TypeDef *gpio, const gpio_config_t *config) |
| void | gpioExtiLineConfig (uint8_t portsrc, uint8_t pinsrc) |
| void | gpioPinRemapConfig (uint32_t remap, bool enable) |
| #define DBGAFR_LOCATION_MASK ((uint32_t)0x00200000) |
| #define DBGAFR_NUMBITS_MASK ((uint32_t)0x00100000) |
| #define DBGAFR_POSITION_MASK ((uint32_t)0x000F0000) |
| #define DBGAFR_SWJCFG_MASK ((uint32_t)0xF0FFFFFF) |
| #define LSB_MASK ((uint16_t)0xFFFF) |
| void gpioExtiLineConfig | ( | uint8_t | portsrc, |
| uint8_t | pinsrc | ||
| ) |
| void gpioInit | ( | GPIO_TypeDef * | gpio, |
| const gpio_config_t * | config | ||
| ) |
| void gpioPinRemapConfig | ( | uint32_t | remap, |
| bool | enable | ||
| ) |