libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
GPIO Port Control Register Values. More...
Macros | |
#define | GPIO_PCTL_AF(pin, af) ((af) << ((pin) * 4)) |
GPIO Port Control Set AF for Pin. More... | |
#define | GPIO_PCTL_MASK(pin) GPIO_PCTL_AF((pin), 0xf) |
GPIO Port Control Register Values.
#define GPIO_PCTL_AF | ( | pin, | |
af | |||
) | ((af) << ((pin) * 4)) |
#define GPIO_PCTL_MASK | ( | pin | ) | GPIO_PCTL_AF((pin), 0xf) |