Home
last modified time | relevance | path

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

/Zephyr-latest/soc/atmel/sam0/common/
Dsoc_port.h26 #define SOC_PORT_PULLDOWN (1 << SOC_PORT_PULLDOWN_POS) macro
Dsoc_port.c52 if (flags & (SOC_PORT_PULLUP | SOC_PORT_PULLDOWN)) { in soc_port_configure()