Searched defs:GPIO_BIT (Results 1 – 4 of 4) sorted by relevance
123 #define GPIO_BIT(K) (1 << GPIO_BIT_MASK(K)) macro
37 #define GPIO_BIT(x) ((x) & 0x7) macro
91 #define GPIO_BIT(bank, gpio) (1 << GPIO_INDEX(bank, gpio)) macro
225 #define GPIO_BIT(gpio) (1<<(gpio)) macro