Searched defs:GPIO_TO_PORT (Results 1 – 2 of 2) sorted by relevance
59 #define GPIO_TO_PORT(gpio) ((gpio / 32) & 7) macro
34 #define GPIO_TO_PORT(n) (n / 32) macro