| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/ |
| A D | ht32f1xxxx_gpio.c | 157 void GPIO_PullResistorConfig(HT_GPIO_TypeDef* HT_GPIOx, u16 GPIO_PIN_nBITMAP, GPIO_PR_Enum GPIO_PR_… in GPIO_PullResistorConfig() function 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() 535 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_UP); in GPIO_DisableDebugPort() 536 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_DOWN); in GPIO_DisableDebugPort() 537 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_UP); in GPIO_DisableDebugPort() 538 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_DOWN); in GPIO_DisableDebugPort() 539 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_UP); in GPIO_DisableDebugPort() 540 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_DOWN); in GPIO_DisableDebugPort() 541 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_UP); in GPIO_DisableDebugPort()
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/ |
| A D | ht32f5xxxx_gpio.c | 161 void GPIO_PullResistorConfig(HT_GPIO_TypeDef* HT_GPIOx, u16 GPIO_PIN_nBITMAP, GPIO_PR_Enum GPIO_PR_… in GPIO_PullResistorConfig() function 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() 567 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_UP); in GPIO_DisableDebugPort() 568 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_DOWN); in GPIO_DisableDebugPort() 569 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_UP); in GPIO_DisableDebugPort() 570 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_DOWN); in GPIO_DisableDebugPort() 571 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_UP); in GPIO_DisableDebugPort() 572 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_DOWN); in GPIO_DisableDebugPort() 573 GPIO_PullResistorConfig(HT_GPIOA, GPIO_PIN_12, GPIO_PR_UP); in GPIO_DisableDebugPort()
|
| /bsp/ht32/ht32f52352/board/src/ |
| A D | ht32_msp.c | 26 GPIO_PullResistorConfig(HTCFG_USART0_RX_GPIO_PORT, HTCFG_USART0_RX_GPIO_PIN, GPIO_PR_UP); in ht32_usart_gpio_init() 39 GPIO_PullResistorConfig(HTCFG_USART1_RX_GPIO_PORT, HTCFG_USART1_RX_GPIO_PIN, GPIO_PR_UP); in ht32_usart_gpio_init() 52 GPIO_PullResistorConfig(HTCFG_UART0_RX_GPIO_PORT, HTCFG_UART0_RX_GPIO_PIN, GPIO_PR_UP); in ht32_usart_gpio_init() 65 GPIO_PullResistorConfig(HTCFG_UART1_RX_GPIO_PORT, HTCFG_UART1_RX_GPIO_PIN, GPIO_PR_UP); in ht32_usart_gpio_init()
|
| /bsp/ht32/ht32f53252/board/src/ |
| A D | ht32_msp.c | 26 GPIO_PullResistorConfig(HTCFG_USART0_RX_GPIO_PORT, HTCFG_USART0_RX_GPIO_PIN, GPIO_PR_UP); in ht32_usart_gpio_init() 39 GPIO_PullResistorConfig(HTCFG_USART1_RX_GPIO_PORT, HTCFG_USART1_RX_GPIO_PIN, GPIO_PR_UP); in ht32_usart_gpio_init() 52 GPIO_PullResistorConfig(HTCFG_UART0_RX_GPIO_PORT, HTCFG_UART0_RX_GPIO_PIN, GPIO_PR_UP); in ht32_usart_gpio_init() 65 GPIO_PullResistorConfig(HTCFG_UART1_RX_GPIO_PORT, HTCFG_UART1_RX_GPIO_PIN, GPIO_PR_UP); in ht32_usart_gpio_init()
|
| /bsp/ht32/libraries/ht32_drivers/ |
| A D | drv_gpio.c | 264 GPIO_PullResistorConfig(index->gpio, index->pin, GPIO_PR_DISABLE); in ht32_pin_mode() 269 GPIO_PullResistorConfig(index->gpio, index->pin, GPIO_PR_DISABLE); in ht32_pin_mode() 274 GPIO_PullResistorConfig(index->gpio, index->pin, GPIO_PR_DISABLE); in ht32_pin_mode() 280 GPIO_PullResistorConfig(index->gpio, index->pin, GPIO_PR_UP); in ht32_pin_mode() 286 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() 540 GPIO_PullResistorConfig(index->gpio, index->pin, GPIO_PR_UP); in ht32_pin_irq_enable() 544 GPIO_PullResistorConfig(index->gpio, index->pin, GPIO_PR_DISABLE); in ht32_pin_irq_enable() 548 GPIO_PullResistorConfig(index->gpio, index->pin, GPIO_PR_DOWN); in ht32_pin_irq_enable() 552 GPIO_PullResistorConfig(index->gpio, index->pin, GPIO_PR_UP); in ht32_pin_irq_enable()
|
| A D | drv_spi.c | 124 GPIO_PullResistorConfig(cs_gpiox, cs_gpio_pin, GPIO_PR_DISABLE); in rt_hw_spi_device_attach()
|
| /bsp/ht32/ht32f12366/board/src/ |
| A D | ht32_msp.c | 26 GPIO_PullResistorConfig(HTCFG_USART0_RX_GPIO_PORT,HTCFG_USART0_RX_GPIO_PIN,GPIO_PR_UP); in ht32_usart_gpio_init() 39 GPIO_PullResistorConfig(HTCFG_USART1_RX_GPIO_PORT,HTCFG_USART1_RX_GPIO_PIN,GPIO_PR_UP); in ht32_usart_gpio_init() 52 GPIO_PullResistorConfig(HTCFG_UART0_RX_GPIO_PORT,HTCFG_UART0_RX_GPIO_PIN,GPIO_PR_UP); in ht32_usart_gpio_init() 65 GPIO_PullResistorConfig(HTCFG_UART1_RX_GPIO_PORT,HTCFG_UART1_RX_GPIO_PIN,GPIO_PR_UP); in ht32_usart_gpio_init()
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/ |
| A D | ht32f1xxxx_gpio.h | 387 void GPIO_PullResistorConfig(HT_GPIO_TypeDef* HT_GPIOx, u16 GPIO_PIN_nBITMAP, GPIO_PR_Enum GPIO_PR_…
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32f5xxxx_gpio.h | 476 void GPIO_PullResistorConfig(HT_GPIO_TypeDef* HT_GPIOx, u16 GPIO_PIN_nBITMAP, GPIO_PR_Enum GPIO_PR_…
|