Searched refs:GPIO_MODE_SET (Results 1 – 16 of 16) sorted by relevance
| /hal_gigadevice-latest/gd32vf103/standard_peripheral/source/ |
| D | gd32vf103_gpio.c | 148 reg |= GPIO_MODE_SET(i, temp_mode); in gpio_init() 172 reg |= GPIO_MODE_SET(i - 8U, temp_mode); in gpio_init()
|
| /hal_gigadevice-latest/gd32f403/standard_peripheral/source/ |
| D | gd32f403_gpio.c | 165 reg |= GPIO_MODE_SET(i, temp_mode); in gpio_init() 189 reg |= GPIO_MODE_SET(i - 8U, temp_mode); in gpio_init()
|
| /hal_gigadevice-latest/gd32e10x/standard_peripheral/source/ |
| D | gd32e10x_gpio.c | 156 reg |= GPIO_MODE_SET(i, temp_mode); in gpio_init() 180 reg |= GPIO_MODE_SET(i - 8U, temp_mode); in gpio_init()
|
| /hal_gigadevice-latest/gd32e50x/standard_peripheral/source/ |
| D | gd32e50x_gpio.c | 165 reg |= GPIO_MODE_SET(i, temp_mode); in gpio_init() 189 reg |= GPIO_MODE_SET(i - 8U, temp_mode); in gpio_init()
|
| /hal_gigadevice-latest/gd32l23x/standard_peripheral/source/ |
| D | gd32l23x_gpio.c | 113 ctl |= GPIO_MODE_SET(i, mode); in gpio_mode_set()
|
| /hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/ |
| D | gd32f4xx_gpio.c | 134 ctl |= GPIO_MODE_SET(i, mode); in gpio_mode_set()
|
| /hal_gigadevice-latest/gd32a50x/standard_peripheral/source/ |
| D | gd32a50x_gpio.c | 118 ctl |= GPIO_MODE_SET(i, mode); in gpio_mode_set()
|
| /hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/ |
| D | gd32f3x0_gpio.c | 115 ctl |= GPIO_MODE_SET(i, mode); in gpio_mode_set()
|
| /hal_gigadevice-latest/gd32l23x/standard_peripheral/include/ |
| D | gd32l23x_gpio.h | 315 #define GPIO_MODE_SET(n, mode) ((uint32_t)((uint32_t)(mode) << (2U * (n)))) macro
|
| /hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/ |
| D | gd32f4xx_gpio.h | 322 #define GPIO_MODE_SET(n, mode) ((uint32_t)((uint32_t)(mode) << (2U * (n)))) macro
|
| /hal_gigadevice-latest/gd32vf103/standard_peripheral/include/ |
| D | gd32vf103_gpio.h | 268 #define GPIO_MODE_SET(n, mode) ((uint32_t)((uint32_t)(mode) << (4U * (n)))) macro
|
| /hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/ |
| D | gd32f3x0_gpio.h | 336 #define GPIO_MODE_SET(n, mode) ((uint32_t)((uint32_t)(mode) << (2U * (n)))) macro
|
| /hal_gigadevice-latest/gd32a50x/standard_peripheral/include/ |
| D | gd32a50x_gpio.h | 316 #define GPIO_MODE_SET(n, mode) ((uint32_t)((uint32_t)(mode) << (2U * (n)))) macro
|
| /hal_gigadevice-latest/gd32e10x/standard_peripheral/include/ |
| D | gd32e10x_gpio.h | 297 #define GPIO_MODE_SET(n, mode) ((uint32_t)((uint32_t)(mode) << (4U * (n)))) macro
|
| /hal_gigadevice-latest/gd32f403/standard_peripheral/include/ |
| D | gd32f403_gpio.h | 302 #define GPIO_MODE_SET(n, mode) ((uint32_t)((uint32_t)(mode) << (4U * (n)))) macro
|
| /hal_gigadevice-latest/gd32e50x/standard_peripheral/include/ |
| D | gd32e50x_gpio.h | 418 #define GPIO_MODE_SET(n, mode) ((uint32_t)((uint32_t)(mode) << (4U * (n)))) macro
|