Searched defs:GPIO_BIT (Results 1 – 6 of 6) sorted by relevance
19 #define GPIO_BIT(x) ((x) & 0x7) macro
29 #define GPIO_BIT(gp) ((gp) & 0x1F) macro
183 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x)) macro