Home
last modified time | relevance | path

Searched refs:CAT1_PINMUX_GET_HSIOM_FUNC (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/soc/infineon/cat1a/common/
Dpinctrl_soc.h83 #define CAT1_PINMUX_GET_HSIOM_FUNC(pinmux) \ macro
/Zephyr-latest/soc/infineon/cat1b/common/
Dpinctrl_soc.h83 #define CAT1_PINMUX_GET_HSIOM_FUNC(pinmux) \ macro
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/
Dpinctrl_soc.h77 #define CAT1_PINMUX_GET_HSIOM_FUNC(pinmux) FIELD_GET(SOC_PINMUX_HSIOM_MASK, pinmux) macro
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_ifx_cat1.c97 uint32_t hsiom = CAT1_PINMUX_GET_HSIOM_FUNC(pins[i].pinmux); in pinctrl_configure_pins()