Home
last modified time | relevance | path

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

/hal_gigadevice-latest/include/dt-bindings/pinctrl/
Dgd32-afio.h55 #define GD32_PORT_GET(pinmux) \ argument
56 (((pinmux) >> GD32_PORT_POS) & GD32_PORT_MSK)
63 #define GD32_PIN_GET(pinmux) \ argument
64 (((pinmux) >> GD32_PIN_POS) & GD32_PIN_MSK)
71 #define GD32_MODE_GET(pinmux) \ argument
72 (((pinmux) >> GD32_MODE_POS) & GD32_MODE_MSK)
79 #define GD32_REMAP_GET(pinmux) \ argument
80 (((pinmux) >> GD32_REMAP_POS) & GD32_REMAP_MSK)
Dgd32-af.h76 #define GD32_PORT_GET(pinmux) \ argument
77 (((pinmux) >> GD32_PORT_POS) & GD32_PORT_MSK)
84 #define GD32_PIN_GET(pinmux) \ argument
85 (((pinmux) >> GD32_PIN_POS) & GD32_PIN_MSK)
92 #define GD32_AF_GET(pinmux) \ argument
93 (((pinmux) >> GD32_AF_POS) & GD32_AF_MSK)