Searched refs:AFIO_ESS_PA (Results 1 – 3 of 3) sorted by relevance
99 …AFIO_ESS_PA = 0, /*!< EXTI channel x source come from GPIO Port A … enumerator216 #define AFIO_ESS_PA GPIO_PA /*!< EXTI channel x source come from GPIO Port A … macro354 #define IS_AFIO_ESS(x) ((x == AFIO_ESS_PA) || (x == AFIO_ESS_PB) || (x == AFIO_ESS_PC) || (x …
246 #define AFIO_ESS_PA GPIO_PA /*!< EXTI channel x source come from GPIO Port A … macro409 #define IS_AFIO_ESS1(x) ((x == AFIO_ESS_PA) || (x == AFIO_ESS_PB))
492 AFIO_EXTISourceConfig(hdr_index, AFIO_ESS_PA); in ht32_pin_irq_enable()
Completed in 15 milliseconds