Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dgecko-pinctrl.h42 #define GECKO_LOC_POS 0U macro
95 (((GECKO_LOCATION(##loc##) & GECKO_LOC_MSK) << GECKO_LOC_POS) | \
Dgecko-pinctrl-s1.h42 #define GECKO_LOC_POS 0U macro
115 (((GECKO_LOCATION(##loc##) & GECKO_LOC_MSK) << GECKO_LOC_POS) | \
/Zephyr-latest/soc/silabs/common/
Dpinctrl_soc.h137 #define GECKO_GET_LOC(pincfg) (((pincfg) >> GECKO_LOC_POS) & GECKO_LOC_MSK)