Searched refs:SOC_GPIO_HIGHZ (Results 1 – 4 of 4) sorted by relevance
63 #define SOC_GPIO_HIGHZ (1 << SOC_GPIO_HIGHZ_POS) macro
59 #define SOC_GPIO_HIGHZ BIT(SOC_GPIO_HIGHZ_POS) macro
81 } else if ((_flags & SOC_GPIO_HIGHZ) | (_flags & SOC_GPIO_INPUTENABLE)) { in soc_gpio_get_drv_mode()