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