Home
last modified time | relevance | path

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

/Zephyr-latest/soc/atmel/sam/common/
Dsoc_gpio.h61 #define SOC_GPIO_FUNC_MASK (15 << SOC_GPIO_FUNC_POS) macro
Dsoc_gpio.c122 uint32_t type = pin->flags & SOC_GPIO_FUNC_MASK; in soc_gpio_configure()
Dsoc_sam4l_gpio.c91 uint32_t type = pin->flags & SOC_GPIO_FUNC_MASK; in soc_gpio_configure()