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