Searched refs:IS_GPIO_PORT1 (Results 1 – 2 of 2) sorted by relevance
306 #define IS_GPIO_PORT(x) (IS_GPIO_PORT1(x) || IS_GPIO_PORT2(x) || IS_GPIO_PORT3(x) || IS_G…308 #define IS_GPIO_PORT1(x) ((x == GPIO_PA) || (x == GPIO_PB) ) macro
352 #define IS_GPIO_PORT(x) (IS_GPIO_PORT1(x) || IS_GPIO_PORT2(x) || IS_GPIO_PORT3(x) || IS_G…354 #define IS_GPIO_PORT1(x) ((x == GPIO_PA) || (x == GPIO_PB)) macro
Completed in 10 milliseconds