Home
last modified time | relevance | path

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

/Zephyr-latest/soc/atmel/sam/common/
Dsoc_gpio.h60 #define SOC_GPIO_FUNC_POS (16) macro
61 #define SOC_GPIO_FUNC_MASK (15 << SOC_GPIO_FUNC_POS)
63 #define SOC_GPIO_FUNC_A (0 << SOC_GPIO_FUNC_POS)
65 #define SOC_GPIO_FUNC_B (1 << SOC_GPIO_FUNC_POS)
67 #define SOC_GPIO_FUNC_C (2 << SOC_GPIO_FUNC_POS)
69 #define SOC_GPIO_FUNC_D (3 << SOC_GPIO_FUNC_POS)
71 #define SOC_GPIO_FUNC_E (4 << SOC_GPIO_FUNC_POS)
73 #define SOC_GPIO_FUNC_F (5 << SOC_GPIO_FUNC_POS)
75 #define SOC_GPIO_FUNC_G (6 << SOC_GPIO_FUNC_POS)
77 #define SOC_GPIO_FUNC_H (7 << SOC_GPIO_FUNC_POS)
[all …]
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_sam.c73 << SOC_GPIO_FUNC_POS); in pinctrl_configure_pin()
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/
Dcypress_psoc6_dt.h146 CY_PSOC6_PIN_HSIOM(inst, idx) << SOC_GPIO_FUNC_POS | \