GPIO_MASK
#define GPIO_MASK(gpio) (0x80000000 >> (gpio))
#define GPIO_MASK(x) (1U << ((x) % 32))
#define GPIO_MASK 0x64