Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/pinctrl/
Dgecko-pinctrl.h37 #define GECKO_PORT_POS 8U macro
79 (((GECKO_PORT_##port & GECKO_PORT_MSK) << GECKO_PORT_POS) | \
Dgecko-pinctrl-s1.h37 #define GECKO_PORT_POS 8U macro
99 (((GECKO_PORT_##port & GECKO_PORT_MSK) << GECKO_PORT_POS) | \
/Zephyr-Core-3.5.0/soc/arm/silabs_exx32/common/
Dpinctrl_soc.h66 #define GECKO_GET_PORT(pincfg) (((pincfg) >> GECKO_PORT_POS) & GECKO_PORT_MSK)