Searched defs:IS_GPIO_PORT (Results 1 – 6 of 6) sorted by relevance
203 #define IS_GPIO_PORT(GPIOx) ((GPIOx == GPIOA) || \ macro
218 #define IS_GPIO_PORT(GPIOx) ((GPIOx == GPIOA) || \ macro
93 #define IS_GPIO_PORT(port) (port <= GPIOE) macro
249 #define IS_GPIO_PORT(GPIOx) ((GPIOx == GPIOA) || \ macro
306 #define IS_GPIO_PORT(x) (IS_GPIO_PORT1(x) || IS_GPIO_PORT2(x) || IS_GPIO_PORT3(x) || IS_G… macro
352 #define IS_GPIO_PORT(x) (IS_GPIO_PORT1(x) || IS_GPIO_PORT2(x) || IS_GPIO_PORT3(x) || IS_G… macro
Completed in 17 milliseconds