Searched defs:IS_GPIO_DIR (Results 1 – 2 of 2) sorted by relevance
340 #define IS_GPIO_DIR(x) (((x) == GPIO_DIR_IN) || ((x) == GPIO_DIR_OUT) ) macro
404 #define IS_GPIO_DIR(x) (((x) == GPIO_DIR_IN) || ((x) == GPIO_DIR_OUT)) macro
Completed in 14 milliseconds