Searched refs:GECKO_LOC_MSK (Results 1 – 3 of 3) sorted by relevance
44 #define GECKO_LOC_MSK 0xFFU macro95 (((GECKO_LOCATION(##loc##) & GECKO_LOC_MSK) << GECKO_LOC_POS) | \
44 #define GECKO_LOC_MSK 0xFFU macro115 (((GECKO_LOCATION(##loc##) & GECKO_LOC_MSK) << GECKO_LOC_POS) | \
137 #define GECKO_GET_LOC(pincfg) (((pincfg) >> GECKO_LOC_POS) & GECKO_LOC_MSK)