Searched refs:SOC_GPIO_FUNC_MASK (Results 1 – 5 of 5) sorted by relevance
65 #define SOC_GPIO_FUNC_MASK (0x1F << SOC_GPIO_FUNC_POS) macro
47 uint32_t function = ((pin->flags & SOC_GPIO_FUNC_MASK) >> in soc_gpio_configure()
61 #define SOC_GPIO_FUNC_MASK (15 << SOC_GPIO_FUNC_POS) macro
122 uint32_t type = pin->flags & SOC_GPIO_FUNC_MASK; in soc_gpio_configure()
91 uint32_t type = pin->flags & SOC_GPIO_FUNC_MASK; in soc_gpio_configure()