Home
last modified time | relevance | path

Searched refs:GPIO_OMODE (Results 1 – 8 of 8) sorted by relevance

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_gpio.c152 GPIO_OMODE(gpio_periph) |= (uint32_t)pin; in gpio_output_options_set()
154 GPIO_OMODE(gpio_periph) &= (uint32_t)(~pin); in gpio_output_options_set()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_gpio.c172 GPIO_OMODE(gpio_periph) |= (uint32_t)pin; in gpio_output_options_set()
174 GPIO_OMODE(gpio_periph) &= (uint32_t)(~pin); in gpio_output_options_set()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_gpio.c157 GPIO_OMODE(gpio_periph) |= (uint32_t)pin; in gpio_output_options_set()
159 GPIO_OMODE(gpio_periph) &= (uint32_t)(~pin); in gpio_output_options_set()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_gpio.c155 GPIO_OMODE(gpio_periph) |= (uint32_t)pin; in gpio_output_options_set()
157 GPIO_OMODE(gpio_periph) &= (uint32_t)(~pin); in gpio_output_options_set()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_gpio.h49 #define GPIO_OMODE(gpiox) REG32((gpiox) + 0x00000004U) /*!< GPIO port output mode regis… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_gpio.h56 #define GPIO_OMODE(gpiox) REG32((gpiox) + 0x04U) /*!< GPIO port output mode register */ macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_gpio.h51 #define GPIO_OMODE(gpiox) REG32((gpiox) + 0x00000004U) /*!< GPIO port output mode regis… macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_gpio.h50 #define GPIO_OMODE(gpiox) REG32((gpiox) + 0x00000004U) /*!< GPIO port output mode regis… macro