Home
last modified time | relevance | path

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

/Zephyr-latest/soc/atmel/sam0/common/
Dsoc_port.h43 #define SOC_PORT_FUNC_POS (16U) macro
44 #define SOC_PORT_FUNC_MASK (0xF << SOC_PORT_FUNC_POS)
47 #define SOC_PORT_FUNC_A (0x0 << SOC_PORT_FUNC_POS)
49 #define SOC_PORT_FUNC_B (0x1 << SOC_PORT_FUNC_POS)
51 #define SOC_PORT_FUNC_C (0x2 << SOC_PORT_FUNC_POS)
53 #define SOC_PORT_FUNC_D (0x3 << SOC_PORT_FUNC_POS)
55 #define SOC_PORT_FUNC_E (0x4 << SOC_PORT_FUNC_POS)
57 #define SOC_PORT_FUNC_F (0x5 << SOC_PORT_FUNC_POS)
59 #define SOC_PORT_FUNC_G (0x6 << SOC_PORT_FUNC_POS)
61 #define SOC_PORT_FUNC_H (0x7 << SOC_PORT_FUNC_POS)
[all …]
Dsoc_port.c39 uint32_t func = (pin->flags & SOC_PORT_FUNC_MASK) >> SOC_PORT_FUNC_POS; in soc_port_configure()
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_sam0.c40 << SOC_PORT_FUNC_POS) in pinctrl_configure_pin()