Home
last modified time | relevance | path

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

/Zephyr-latest/soc/atmel/sam0/common/
Dsoc_port.h31 #define SOC_PORT_INPUT_ENABLE (1 << SOC_PORT_INPUT_ENABLE_POS) macro
Dsoc_port.c60 if (flags & SOC_PORT_INPUT_ENABLE) { in soc_port_configure()