Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/soc/arm/atmel_sam/common/
Dsoc_gpio.c176 case SOC_GPIO_FUNC_OUT_1: in soc_gpio_configure()
179 if (type == SOC_GPIO_FUNC_OUT_1) { in soc_gpio_configure()
Dsoc_sam4l_gpio.c162 case SOC_GPIO_FUNC_OUT_1: in soc_gpio_configure()
164 if (type == SOC_GPIO_FUNC_OUT_1) { in soc_gpio_configure()
Dsoc_gpio.h83 #define SOC_GPIO_FUNC_OUT_1 (10 << SOC_GPIO_FUNC_POS) macro