Home
last modified time | relevance | path

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

/Zephyr-latest/soc/atmel/sam0/common/
Dsoc_port.h25 #define SOC_PORT_PULLDOWN_POS (SOC_PORT_PULLUP_POS + 1U) macro
26 #define SOC_PORT_PULLDOWN (1 << SOC_PORT_PULLDOWN_POS)
28 #define SOC_GPIO_OPENDRAIN_POS (SOC_PORT_PULLDOWN_POS + 1U)