Searched defs:IS_GPIO_MODE (Results 1 – 3 of 3) sorted by relevance
211 #define IS_GPIO_MODE(MODE) (((MODE) == GPIO_MODE_INPUT) ||\ macro
176 #define IS_GPIO_MODE(__MODE__) (((__MODE__) == GPIO_MODE_INPUT) ||\ macro
235 #define IS_GPIO_MODE(__MODE__) (((__MODE__) == GPIO_MODE_INPUT) ||\ macro