Searched refs:GECKO_PORT_MSK (Results 1 – 3 of 3) sorted by relevance
39 #define GECKO_PORT_MSK 0xFFU macro79 (((GECKO_PORT_##port & GECKO_PORT_MSK) << GECKO_PORT_POS) | \
39 #define GECKO_PORT_MSK 0xFFU macro99 (((GECKO_PORT_##port & GECKO_PORT_MSK) << GECKO_PORT_POS) | \
66 #define GECKO_GET_PORT(pincfg) (((pincfg) >> GECKO_PORT_POS) & GECKO_PORT_MSK)