Home
last modified time | relevance | path

Searched refs:EXTI_CHANNEL_9 (Results 1 – 4 of 4) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_exti.h78 EXTI_CHANNEL_9, enumerator
96 (CHANNEL == EXTI_CHANNEL_9) || \
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_exti.h84 EXTI_CHANNEL_9, enumerator
105 #define IS_CHANNEL_9(x) (x == EXTI_CHANNEL_9)
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_gpio.c598 EXTI_IntConfig(EXTI_CHANNEL_9, DISABLE); in ht32_pin_irq_enable()
708 else if (EXTI_GetEdgeStatus(EXTI_CHANNEL_9, EXTI_EDGE_POSITIVE)) in EXTI4_15_IRQHandler()
710 EXTI_ClearEdgeFlag(EXTI_CHANNEL_9); in EXTI4_15_IRQHandler()
841 if (EXTI_GetEdgeStatus(EXTI_CHANNEL_9, EXTI_EDGE_POSITIVE)) in EXTI9_IRQHandler()
843 EXTI_ClearEdgeFlag(EXTI_CHANNEL_9); in EXTI9_IRQHandler()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/Device/Holtek/HT32F5xxxx/Include/
A Dht32f5xxxx_01.h2693 #define EXTI_CHANNEL_9 EXTI_CHANNEL_1

Completed in 886 milliseconds