Searched defs:GPIO_BIT (Results 1 – 2 of 2) sorted by relevance
19 #define GPIO_BIT(x) ((x) & 0x7) macro
63 #define GPIO_BIT(gp) ((gp) & 0x1F) macro