Go to the source code of this file.
Defines | |
#define | AVR32_GPIO_BANK(pin) (pin >> 5) |
#define | AVR32_GPIO_PIN(pin) (pin & 0x1F) |
#define | AVR32_GPIO_FUNCTION(x) ((_BV(x) << 5 ) | GPIO_CFG_DISABLED) |
#define AVR32_GPIO_BANK | ( | pin | ) | (pin >> 5) |
#define AVR32_GPIO_PIN | ( | pin | ) | (pin & 0x1F) |
#define AVR32_GPIO_FUNCTION | ( | x | ) | ((_BV(x) << 5 ) | GPIO_CFG_DISABLED) |