Home
last modified time | relevance | path

Searched refs:EXTI_IntType (Results 1 – 5 of 5) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_exti.c118 Assert_Param(IS_EXTI_INT_TYPE(EXTI_InitStruct->EXTI_IntType)); in EXTI_Init()
121 …regval = (EXTI_InitStruct->EXTI_Debounce << 31) | (EXTI_InitStruct->EXTI_IntType << 28) | (EXTI_In… in EXTI_Init()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_exti.c126 Assert_Param(IS_EXTI_INT_TYPE(EXTI_InitStruct->EXTI_IntType)); in EXTI_Init()
129 …regval = (EXTI_InitStruct->EXTI_Debounce << 31) | (EXTI_InitStruct->EXTI_IntType << 28) | (EXTI_In… in EXTI_Init()
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_gpio.c537 EXTI_InitStruct.EXTI_IntType = EXTI_POSITIVE_EDGE; in ht32_pin_irq_enable()
541 EXTI_InitStruct.EXTI_IntType = EXTI_NEGATIVE_EDGE; in ht32_pin_irq_enable()
545 EXTI_InitStruct.EXTI_IntType = EXTI_BOTH_EDGE; in ht32_pin_irq_enable()
549 EXTI_InitStruct.EXTI_IntType = EXTI_HIGH_LEVEL; in ht32_pin_irq_enable()
553 EXTI_InitStruct.EXTI_IntType = EXTI_LOW_LEVEL; in ht32_pin_irq_enable()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_exti.h138 EXTI_Interrupt_TypeDef EXTI_IntType; member
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_exti.h190 EXTI_Interrupt_TypeDef EXTI_IntType; member

Completed in 9 milliseconds