Searched defs:IS_GPIO_PR (Results 1 – 2 of 2) sorted by relevance
329 #define IS_GPIO_PR(x) (((x) == GPIO_PR_UP) || ((x) == GPIO_PR_DOWN) || ((x) == GPIO_PR_DISAB… macro
394 #define IS_GPIO_PR(x) (IS_GPIO_PR_UP(x) || \ macro
Completed in 7 milliseconds