Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/soc/arm/cypress/common/
Dsoc_gpio.h65 #define SOC_GPIO_FUNC_MASK (0x1F << SOC_GPIO_FUNC_POS) macro
Dsoc_gpio.c47 uint32_t function = ((pin->flags & SOC_GPIO_FUNC_MASK) >> in soc_gpio_configure()
/Zephyr-Core-3.6.0/soc/arm/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()