Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_gpio.c158 ospeed = GPIO_OSPD(gpio_periph); in gpio_output_options_set()
168 GPIO_OSPD(gpio_periph) = ospeed; in gpio_output_options_set()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_gpio.c178 ospeedr = GPIO_OSPD(gpio_periph); in gpio_output_options_set()
188 GPIO_OSPD(gpio_periph) = ospeedr; in gpio_output_options_set()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_gpio.c163 ospeed = GPIO_OSPD(gpio_periph); in gpio_output_options_set()
173 GPIO_OSPD(gpio_periph) = ospeed; in gpio_output_options_set()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_gpio.h50 #define GPIO_OSPD(gpiox) REG32((gpiox) + 0x00000008U) /*!< GPIO port output speed regi… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_gpio.h57 #define GPIO_OSPD(gpiox) REG32((gpiox) + 0x08U) /*!< GPIO port output speed register */ macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_gpio.h51 #define GPIO_OSPD(gpiox) REG32((gpiox) + 0x00000008U) /*!< GPIO port output speed regi… macro