Searched refs:pinmux (Results 1 – 2 of 2) sorted by relevance
55 #define GD32_PORT_GET(pinmux) \ argument56 (((pinmux) >> GD32_PORT_POS) & GD32_PORT_MSK)63 #define GD32_PIN_GET(pinmux) \ argument64 (((pinmux) >> GD32_PIN_POS) & GD32_PIN_MSK)71 #define GD32_MODE_GET(pinmux) \ argument72 (((pinmux) >> GD32_MODE_POS) & GD32_MODE_MSK)79 #define GD32_REMAP_GET(pinmux) \ argument80 (((pinmux) >> GD32_REMAP_POS) & GD32_REMAP_MSK)
76 #define GD32_PORT_GET(pinmux) \ argument77 (((pinmux) >> GD32_PORT_POS) & GD32_PORT_MSK)84 #define GD32_PIN_GET(pinmux) \ argument85 (((pinmux) >> GD32_PIN_POS) & GD32_PIN_MSK)92 #define GD32_AF_GET(pinmux) \ argument93 (((pinmux) >> GD32_AF_POS) & GD32_AF_MSK)