Searched defs:GPIO_MASK (Results 1 – 4 of 4) sorted by relevance
38 #define GPIO_MASK(irq) (1 << (irq - IRQ_GPIO0)) macro
22 #define GPIO_MASK(gpio) (0x80000000 >> (gpio)) macro
29 #define GPIO_MASK(x) (1U << ((x) % 32)) macro
294 #define GPIO_MASK 0x64 macro