Searched refs:EXTI_CHANNEL_0 (Results 1 – 4 of 4) sorted by relevance
69 EXTI_CHANNEL_0 = 0, enumerator87 #define IS_EXTI_CHANNEL(CHANNEL) ((CHANNEL == EXTI_CHANNEL_0) || \
74 EXTI_CHANNEL_0 = 0, enumerator115 #define IS_EXTI_CHANNEL(CHANNEL) ((CHANNEL == EXTI_CHANNEL_0) || \
580 EXTI_IntConfig(EXTI_CHANNEL_0, DISABLE); in ht32_pin_irq_enable()651 if (EXTI_GetEdgeStatus(EXTI_CHANNEL_0, EXTI_EDGE_POSITIVE)) in EXTI0_1_IRQHandler()653 EXTI_ClearEdgeFlag(EXTI_CHANNEL_0); in EXTI0_1_IRQHandler()751 if (EXTI_GetEdgeStatus(EXTI_CHANNEL_0, EXTI_EDGE_POSITIVE)) in EXTI0_IRQHandler()753 EXTI_ClearEdgeFlag(EXTI_CHANNEL_0); in EXTI0_IRQHandler()
2692 #define EXTI_CHANNEL_8 EXTI_CHANNEL_0
Completed in 23 milliseconds