Searched defs:GPIO_BIT (Results 1 – 3 of 3) sorted by relevance
45 #define GPIO_BIT(x) ((x) % 8) macro
26 #define GPIO_BIT(gpio) ((gpio) & (GPIO_PER_BANK - 1)) macro
61 #define GPIO_BIT(gpio) ((gpio) & (MAX_GPIO_PER_BANK - 1)) macro