Searched refs:GECKO_PIN_MSK (Results 1 – 3 of 3) sorted by relevance
34 #define GECKO_PIN_MSK 0xFFU macro85 ((GECKO_PIN(##pin##) & GECKO_PIN_MSK) << GECKO_PIN_POS) | \
34 #define GECKO_PIN_MSK 0xFFU macro105 ((GECKO_PIN(##pin##) & GECKO_PIN_MSK) << GECKO_PIN_POS) | \
130 #define GECKO_GET_PIN(pincfg) (((pincfg) >> GECKO_PIN_POS) & GECKO_PIN_MSK)