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