Searched defs:GPIO_PORT (Results 1 – 6 of 6) sorted by relevance
12 #define GPIO_PORT(gpio) (((gpio) >> 8) & 0xff) macro
15 #define GPIO_PORT(gpio) (((gpio) >> 8) & 0xff) macro
13 #define GPIO_PORT(gpio) (((gpio) >> 8) & 0xff) macro
14 #define GPIO_PORT(gpio) (((gpio) >> 4) & 0xf) macro
Completed in 13 milliseconds