Home
last modified time | relevance | path

Searched refs:SOC_PORT_FUNC_MASK (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/soc/atmel/sam0/common/
Dsoc_port.h44 #define SOC_PORT_FUNC_MASK (0xF << SOC_PORT_FUNC_POS) macro
Dsoc_port.c39 uint32_t func = (pin->flags & SOC_PORT_FUNC_MASK) >> SOC_PORT_FUNC_POS; in soc_port_configure()