Searched defs:IS_GPIO_MODE (Results 1 – 6 of 6) sorted by relevance
160 #define IS_GPIO_MODE(__MODE__) (((__MODE__) == GPIO_MODE_INPUT) ||\ macro
219 #define IS_GPIO_MODE(__MODE__) (((__MODE__) == GPIO_MODE_INPUT) ||\ macro
266 #define IS_GPIO_MODE(MODE) (((MODE) == GPIO_MODE_INPUT) ||\ macro