Searched refs:GD32_PIN_MSK (Results 1 – 2 of 2) sorted by relevance
61 #define GD32_PIN_MSK 0xFU macro85 (((pinmux) >> GD32_PIN_POS) & GD32_PIN_MSK)110 (((pin) & GD32_PIN_MSK) << GD32_PIN_POS) | \
33 #define GD32_PIN_MSK 0xFU macro64 (((pinmux) >> GD32_PIN_POS) & GD32_PIN_MSK)99 (((pin) & GD32_PIN_MSK) << GD32_PIN_POS) | \