Home
last modified time | relevance | path

Searched refs:GPIO_MODE_MASK (Results 1 – 16 of 16) sorted by relevance

/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_gpio.c146 reg &= ~GPIO_MODE_MASK(i); in gpio_init()
170 reg &= ~GPIO_MODE_MASK(i - 8U); in gpio_init()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_gpio.c163 reg &= ~GPIO_MODE_MASK(i); in gpio_init()
187 reg &= ~GPIO_MODE_MASK(i - 8U); in gpio_init()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_gpio.c154 reg &= ~GPIO_MODE_MASK(i); in gpio_init()
178 reg &= ~GPIO_MODE_MASK(i - 8U); in gpio_init()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_gpio.c163 reg &= ~GPIO_MODE_MASK(i); in gpio_init()
187 reg &= ~GPIO_MODE_MASK(i - 8U); in gpio_init()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_gpio.c111 ctl &= ~GPIO_MODE_MASK(i); in gpio_mode_set()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_gpio.c132 ctl &= ~GPIO_MODE_MASK(i); in gpio_mode_set()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_gpio.c116 ctl &= ~GPIO_MODE_MASK(i); in gpio_mode_set()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_gpio.c113 ctl &= ~GPIO_MODE_MASK(i); in gpio_mode_set()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_gpio.h316 #define GPIO_MODE_MASK(n) (0x3U << (2U * (n))) macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_gpio.h323 #define GPIO_MODE_MASK(n) (0x3U << (2U * (n))) macro
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_gpio.h269 #define GPIO_MODE_MASK(n) (0xFU << (4U * (n))) macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_gpio.h337 #define GPIO_MODE_MASK(n) ((uint32_t)((uint32_t)0x00000003U << (2U * (n)))) macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_gpio.h317 #define GPIO_MODE_MASK(n) ((uint32_t)((uint32_t)0x3U << (2U * (n)))) macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_gpio.h298 #define GPIO_MODE_MASK(n) (0xFU << (4U * (n))) macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_gpio.h303 #define GPIO_MODE_MASK(n) (0xFU << (4U * (n))) macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_gpio.h419 #define GPIO_MODE_MASK(n) (0xFU << (4U * (n))) macro