Home
last modified time | relevance | path

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

/Zephyr-latest/soc/atmel/sam0/common/
Dsoc_port.h23 #define SOC_PORT_PULLUP_POS (SOC_PORT_FLAGS_POS) macro
24 #define SOC_PORT_PULLUP (1 << SOC_PORT_PULLUP_POS)
25 #define SOC_PORT_PULLDOWN_POS (SOC_PORT_PULLUP_POS + 1U)