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