Home
last modified time | relevance | path

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

/Zephyr-latest/soc/atmel/sam0/common/
Dsoc_port.h33 #define SOC_PORT_OUTPUT_ENABLE_POS (SOC_PORT_INPUT_ENABLE_POS + 1U) macro
34 #define SOC_PORT_OUTPUT_ENABLE (1 << SOC_PORT_OUTPUT_ENABLE_POS)
36 #define SOC_PORT_STRENGTH_STRONGER_POS (SOC_PORT_OUTPUT_ENABLE_POS + 1U)