Searched refs:SOC_PORT_INPUT_ENABLE (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/soc/atmel/sam0/common/ | ||
D | soc_port.h | 31 #define SOC_PORT_INPUT_ENABLE (1 << SOC_PORT_INPUT_ENABLE_POS) macro |
D | soc_port.c | 60 if (flags & SOC_PORT_INPUT_ENABLE) { in soc_port_configure() |