Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dgecko-pinctrl.h32 #define GECKO_PIN_POS 0U macro
85 ((GECKO_PIN(##pin##) & GECKO_PIN_MSK) << GECKO_PIN_POS) | \
Dgecko-pinctrl-s1.h32 #define GECKO_PIN_POS 0U macro
105 ((GECKO_PIN(##pin##) & GECKO_PIN_MSK) << GECKO_PIN_POS) | \
/Zephyr-latest/soc/silabs/common/
Dpinctrl_soc.h130 #define GECKO_GET_PIN(pincfg) (((pincfg) >> GECKO_PIN_POS) & GECKO_PIN_MSK)