Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_gpio.c178 case GPIO_PR_DOWN: in GPIO_PullResistorConfig()
530 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_13, GPIO_PR_DOWN); in GPIO_DisableDebugPort()
534 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_DOWN); in GPIO_DisableDebugPort()
536 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_DOWN); in GPIO_DisableDebugPort()
538 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_DOWN); in GPIO_DisableDebugPort()
540 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_DOWN); in GPIO_DisableDebugPort()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_gpio.c185 case GPIO_PR_DOWN: in GPIO_PullResistorConfig()
559 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_13, GPIO_PR_DOWN); in GPIO_DisableDebugPort()
566 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_DOWN); in GPIO_DisableDebugPort()
568 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_DOWN); in GPIO_DisableDebugPort()
570 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_DOWN); in GPIO_DisableDebugPort()
572 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_DOWN); in GPIO_DisableDebugPort()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_gpio.h70GPIO_PR_DOWN, /*!< weak pull-down resistor … enumerator
329 #define IS_GPIO_PR(x) (((x) == GPIO_PR_UP) || ((x) == GPIO_PR_DOWN) || ((x) == GPIO_PR_DISAB…
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_gpio.h70GPIO_PR_DOWN, /*!< weak pull-down resistor … enumerator
382 #define IS_GPIO_PR_DOWN(x) (x == GPIO_PR_DOWN)
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_gpio.c286 GPIO_PullResistorConfig(index->gpio, index->pin, GPIO_PR_DOWN); in ht32_pin_mode()
536 GPIO_PullResistorConfig(index->gpio, index->pin, GPIO_PR_DOWN); in ht32_pin_irq_enable()
548 GPIO_PullResistorConfig(index->gpio, index->pin, GPIO_PR_DOWN); in ht32_pin_irq_enable()

Completed in 14 milliseconds