Searched refs:fun_pd (Results 1 – 1 of 1) sorted by relevance
17 volatile uint16_t fun_pd[((SOC_GPIO_PIN_COUNT-1) >> 4) + 1]; member55 pcfg->fun_pd[gpio_num >> 4] |= BIT(gpio_num & 0xf); in gpio_hal_fun_pupd_backup()57 pcfg->fun_pd[gpio_num >> 4] &= ~BIT(gpio_num & 0xf); in gpio_hal_fun_pupd_backup()94 if (pcfg->fun_pd[gpio_num >> 4] & BIT(gpio_num & 0xf)) { in gpio_hal_fun_pupd_restore()