Home
last modified time | relevance | path

Searched defs:GPIO_PUPD_MASK (Results 1 – 4 of 4) sorted by relevance

/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_gpio.h320 #define GPIO_PUPD_MASK(n) (0x3U << (2U * (n))) macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_gpio.h327 #define GPIO_PUPD_MASK(n) (0x3U << (2U * (n))) macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_gpio.h341 #define GPIO_PUPD_MASK(n) ((uint32_t)((uint32_t)0x00000003U << (2U * (n)))) macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_gpio.h321 #define GPIO_PUPD_MASK(n) ((uint32_t)((uint32_t)(0x3U) << (2U * (n)))) macro