Home
last modified time | relevance | path

Searched refs:GPIO_PA (Results 1 – 6 of 6) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_gpio.h204 #define GPIO_PA (0) macro
216 #define AFIO_ESS_PA GPIO_PA /*!< EXTI channel x source come from GPIO Port A …
308 #define IS_GPIO_PORT1(x) ((x == GPIO_PA) || (x == GPIO_PB) )
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_gpio.h230 #define GPIO_PA (0) macro
246 #define AFIO_ESS_PA GPIO_PA /*!< EXTI channel x source come from GPIO Port A …
354 #define IS_GPIO_PORT1(x) ((x == GPIO_PA) || (x == GPIO_PB))
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_gpio.c529 AFIO_GPxConfig(GPIO_PA, GPIO_PIN_13, AFIO_FUN_GPIO); in GPIO_DisableDebugPort()
542 AFIO_GPxConfig(GPIO_PA, GPIO_PIN_12, AFIO_FUN_GPIO); in GPIO_DisableDebugPort()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_gpio.c558 AFIO_GPxConfig(GPIO_PA, GPIO_PIN_13, AFIO_FUN_GPIO); in GPIO_DisableDebugPort()
574 AFIO_GPxConfig(GPIO_PA, GPIO_PIN_12, AFIO_FUN_GPIO); in GPIO_DisableDebugPort()
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_spi.c84 AFIO_GPxConfig(GPIO_PA, cs_gpio_pin, AFIO_FUN_GPIO); in rt_hw_spi_device_attach()
A Ddrv_gpio.c239 AFIO_GPxConfig(GPIO_PA, index->pin, AFIO_MODE_1); in ht32_pin_mode()
490 AFIO_GPxConfig(GPIO_PA, index->pin, AFIO_MODE_1); in ht32_pin_irq_enable()

Completed in 17 milliseconds