Searched refs:AFIO_ESS_PC (Results 1 – 3 of 3) sorted by relevance
101 …AFIO_ESS_PC = 2, /*!< EXTI channel x source come from GPIO Port C … enumerator218 #define AFIO_ESS_PC GPIO_PC /*!< EXTI channel x source come from GPIO Port C … macro354 #define IS_AFIO_ESS(x) ((x == AFIO_ESS_PA) || (x == AFIO_ESS_PB) || (x == AFIO_ESS_PC) || (x …
249 #define AFIO_ESS_PC GPIO_PC /*!< EXTI channel x source come from GPIO Port C … macro411 #define IS_AFIO_ESS2(x) (x == AFIO_ESS_PC)
505 AFIO_EXTISourceConfig(hdr_index, AFIO_ESS_PC); in ht32_pin_irq_enable()
Completed in 18 milliseconds