Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_exti.h82 EXTI_CHANNEL_13, enumerator
100 (CHANNEL == EXTI_CHANNEL_13) || \
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_exti.h88 EXTI_CHANNEL_13, enumerator
109 #define IS_CHANNEL_13(x) (x == EXTI_CHANNEL_13)
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_gpio.c606 EXTI_IntConfig(EXTI_CHANNEL_13, DISABLE); in ht32_pin_irq_enable()
728 else if (EXTI_GetEdgeStatus(EXTI_CHANNEL_13, EXTI_EDGE_POSITIVE)) in EXTI4_15_IRQHandler()
730 EXTI_ClearEdgeFlag(EXTI_CHANNEL_13); in EXTI4_15_IRQHandler()
881 if (EXTI_GetEdgeStatus(EXTI_CHANNEL_13, EXTI_EDGE_POSITIVE)) in EXTI13_IRQHandler()
883 EXTI_ClearEdgeFlag(EXTI_CHANNEL_13); in EXTI13_IRQHandler()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/Device/Holtek/HT32F5xxxx/Include/
A Dht32f5xxxx_01.h2697 #define EXTI_CHANNEL_13 EXTI_CHANNEL_5

Completed in 26 milliseconds