libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/stm32/common/gpio_common_f24.h>
Go to the source code of this file.
Macros | |
#define | GPIO_BRR(port) MMIO32((port) + 0x28) |
#define | GPIOA_BRR GPIO_BRR(GPIOA) |
#define | GPIOB_BRR GPIO_BRR(GPIOB) |
#define | GPIOC_BRR GPIO_BRR(GPIOC) |
#define | GPIOD_BRR GPIO_BRR(GPIOD) |
#define | GPIOF_BRR GPIO_BRR(GPIOF) |
#define | GPIO_OSPEED_LOW 0x0 |
#define | GPIO_OSPEED_MED 0x1 |
#define | GPIO_OSPEED_HIGH 0x3 |
#define GPIO_BRR | ( | port | ) | MMIO32((port) + 0x28) |
Definition at line 44 of file stm32/f0/gpio.h.
Definition at line 45 of file stm32/f0/gpio.h.
Definition at line 46 of file stm32/f0/gpio.h.
Definition at line 47 of file stm32/f0/gpio.h.
Definition at line 48 of file stm32/f0/gpio.h.
Definition at line 49 of file stm32/f0/gpio.h.