Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_exti.h77 EXTI_CHANNEL_8, enumerator
95 (CHANNEL == EXTI_CHANNEL_8) || \
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_exti.h83 EXTI_CHANNEL_8, enumerator
104 #define IS_CHANNEL_8(x) (x == EXTI_CHANNEL_8)
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_gpio.c596 EXTI_IntConfig(EXTI_CHANNEL_8, DISABLE); in ht32_pin_irq_enable()
703 else if (EXTI_GetEdgeStatus(EXTI_CHANNEL_8, EXTI_EDGE_POSITIVE)) in EXTI4_15_IRQHandler()
705 EXTI_ClearEdgeFlag(EXTI_CHANNEL_8); in EXTI4_15_IRQHandler()
831 if (EXTI_GetEdgeStatus(EXTI_CHANNEL_8, EXTI_EDGE_POSITIVE)) in EXTI8_IRQHandler()
833 EXTI_ClearEdgeFlag(EXTI_CHANNEL_8); in EXTI8_IRQHandler()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/Device/Holtek/HT32F5xxxx/Include/
A Dht32f5xxxx_01.h2692 #define EXTI_CHANNEL_8 EXTI_CHANNEL_0

Completed in 22 milliseconds