Home
last modified time | relevance | path

Searched refs:GECKO_PORT_MSK (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dgecko-pinctrl.h39 #define GECKO_PORT_MSK 0xFFU macro
84 (((GECKO_PORT_##port & GECKO_PORT_MSK) << GECKO_PORT_POS) | \
Dgecko-pinctrl-s1.h39 #define GECKO_PORT_MSK 0xFFU macro
104 (((GECKO_PORT_##port & GECKO_PORT_MSK) << GECKO_PORT_POS) | \
/Zephyr-latest/soc/silabs/common/
Dpinctrl_soc.h123 #define GECKO_GET_PORT(pincfg) (((pincfg) >> GECKO_PORT_POS) & GECKO_PORT_MSK)