Searched defs:IS_EXTI_GPIO_PORT (Results 1 – 1 of 1) sorted by relevance
236 #define IS_EXTI_GPIO_PORT(__PORT__) (((__PORT__) == EXTI_GPIOA) || \ macro242 #define IS_EXTI_GPIO_PORT(__PORT__) (((__PORT__) == EXTI_GPIOA) || \ macro249 #define IS_EXTI_GPIO_PORT(__PORT__) (((__PORT__) == EXTI_GPIOA) || \ macro
Completed in 5 milliseconds