Searched defs:GPIO_DIR (Results 1 – 5 of 5) sorted by relevance
18 #define GPIO_DIR 0x10 macro
23 #define GPIO_DIR 0x08 macro
28 #define GPIO_DIR 0x00 macro
61 #define GPIO_DIR (~((GPIO_IN) | 0xf0000000)) macro
45 #define GPIO_DIR(p) (GPIO_BASE(p) + 0x08) macro