Searched defs:GPIO_BIT (Results 1 – 3 of 3) sorted by relevance
19 #define GPIO_BIT(x) ((x) & 0x7) macro
29 #define GPIO_BIT(gp) ((gp) & 0x1F) macro
23 #define GPIO_BIT(x) BIT_ULL((x) & 0x3f) macro
Completed in 3 milliseconds