Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_gpio.c341 afrl &= ~GPIO_AFR_MASK(i); in gpio_af_set()
349 afrh &= ~GPIO_AFR_MASK(i - 8U); in gpio_af_set()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_gpio.c365 afrl &= ~GPIO_AFR_MASK(i); in gpio_af_set()
373 afrh &= ~GPIO_AFR_MASK(i - 8U); in gpio_af_set()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_gpio.c346 afrl &= ~GPIO_AFR_MASK(i); in gpio_af_set()
354 afrh &= ~GPIO_AFR_MASK(i - 8U); in gpio_af_set()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_gpio.c358 afrl &= ~GPIO_AFR_MASK(i); in gpio_af_set()
366 afrh &= ~GPIO_AFR_MASK(i - 8U); in gpio_af_set()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_gpio.h338 #define GPIO_AFR_MASK(n) (0xFU << (4U * (n))) macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_gpio.h352 #define GPIO_AFR_MASK(n) (0xFU << (4U * (n))) macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_gpio.h360 #define GPIO_AFR_MASK(n) ((uint32_t)((uint32_t)0x0000000FU << (4U * (n)))) macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_gpio.h339 #define GPIO_AFR_MASK(n) ((uint32_t)((uint32_t)(0xFU) << (4U * (n)))) macro