Searched defs:GPIO_DIR (Results 1 – 7 of 7) sorted by relevance
64 #define GPIO_DIR (~((GPIO_IN) | 0xf0000000)) macro
28 #define GPIO_DIR (0x04) macro
31 #define GPIO_DIR 0x8 macro
55 #define GPIO_DIR 0x02 macro
25 #define GPIO_DIR 0x00 macro
47 #define GPIO_DIR(p) (GPIO_BASE(p) + 0x08) macro
85 #define GPIO_DIR 0x52 /* GPIO pins direction registers */ macro