Home
last modified time | relevance | path

Searched refs:GD32_PIN_MSK (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-latest/include/dt-bindings/pinctrl/
Dgd32-af.h61 #define GD32_PIN_MSK 0xFU macro
85 (((pinmux) >> GD32_PIN_POS) & GD32_PIN_MSK)
110 (((pin) & GD32_PIN_MSK) << GD32_PIN_POS) | \
Dgd32-afio.h33 #define GD32_PIN_MSK 0xFU macro
64 (((pinmux) >> GD32_PIN_POS) & GD32_PIN_MSK)
99 (((pin) & GD32_PIN_MSK) << GD32_PIN_POS) | \