Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_gpio.c342 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/
Dgd32f4xx_gpio.c366 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/
Dgd32a50x_gpio.c347 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/
Dgd32f3x0_gpio.c359 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/
Dgd32l23x_gpio.h337 #define GPIO_AFR_SET(n, af) ((uint32_t)((uint32_t)(af) << (4U * (n)))) macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_gpio.h351 #define GPIO_AFR_SET(n, af) ((uint32_t)((uint32_t)(af) << (4U * (n)))) macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_gpio.h359 #define GPIO_AFR_SET(n, af) ((uint32_t)((uint32_t)(af) << (4U * (n)))) macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_gpio.h338 #define GPIO_AFR_SET(n, af) ((uint32_t)((uint32_t)(af) << (4U * (n)))) macro