Home
last modified time | relevance | path

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

/Zephyr-latest/soc/infineon/cat1a/common/
Dpinctrl_soc.h34 #define SOC_PINMUX_HSIOM_FUNC_POS (16) macro
35 #define SOC_PINMUX_HSIOM_MASK (0xFFul << SOC_PINMUX_HSIOM_FUNC_POS)
84 (((pinmux) & SOC_PINMUX_HSIOM_MASK) >> SOC_PINMUX_HSIOM_FUNC_POS)
/Zephyr-latest/soc/infineon/cat1b/common/
Dpinctrl_soc.h34 #define SOC_PINMUX_HSIOM_FUNC_POS (16) macro
35 #define SOC_PINMUX_HSIOM_MASK (0xFFul << SOC_PINMUX_HSIOM_FUNC_POS)
84 (((pinmux) & SOC_PINMUX_HSIOM_MASK) >> SOC_PINMUX_HSIOM_FUNC_POS)
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Difx_cat1-pinctrl.h18 #define SOC_PINMUX_HSIOM_FUNC_POS (16) macro
19 #define SOC_PINMUX_HSIOM_MASK (0xFFul << SOC_PINMUX_HSIOM_FUNC_POS)
71 (hsiom << SOC_PINMUX_HSIOM_FUNC_POS))