Home
last modified time | relevance | path

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

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