Searched refs:GPIO_AFR_SET (Results 1 – 8 of 8) sorted by relevance
| /hal_gigadevice-latest/gd32l23x/standard_peripheral/source/ |
| D | gd32l23x_gpio.c | 342 afrl |= GPIO_AFR_SET(i, alt_func_num); in gpio_af_set() 350 afrh |= GPIO_AFR_SET(i - 8U, alt_func_num); in gpio_af_set()
|
| /hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/ |
| D | gd32f4xx_gpio.c | 366 afrl |= GPIO_AFR_SET(i, alt_func_num); in gpio_af_set() 374 afrh |= GPIO_AFR_SET(i - 8U, alt_func_num); in gpio_af_set()
|
| /hal_gigadevice-latest/gd32a50x/standard_peripheral/source/ |
| D | gd32a50x_gpio.c | 347 afrl |= GPIO_AFR_SET(i,alt_func_num); in gpio_af_set() 355 afrh |= GPIO_AFR_SET(i - 8U,alt_func_num); in gpio_af_set()
|
| /hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/ |
| D | gd32f3x0_gpio.c | 359 afrl |= GPIO_AFR_SET(i,alt_func_num); in gpio_af_set() 367 afrh |= GPIO_AFR_SET(i - 8U,alt_func_num); in gpio_af_set()
|
| /hal_gigadevice-latest/gd32l23x/standard_peripheral/include/ |
| D | gd32l23x_gpio.h | 337 #define GPIO_AFR_SET(n, af) ((uint32_t)((uint32_t)(af) << (4U * (n)))) macro
|
| /hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/ |
| D | gd32f4xx_gpio.h | 351 #define GPIO_AFR_SET(n, af) ((uint32_t)((uint32_t)(af) << (4U * (n)))) macro
|
| /hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/ |
| D | gd32f3x0_gpio.h | 359 #define GPIO_AFR_SET(n, af) ((uint32_t)((uint32_t)(af) << (4U * (n)))) macro
|
| /hal_gigadevice-latest/gd32a50x/standard_peripheral/include/ |
| D | gd32a50x_gpio.h | 338 #define GPIO_AFR_SET(n, af) ((uint32_t)((uint32_t)(af) << (4U * (n)))) macro
|