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