Searched refs:fun_pu (Results 1 – 1 of 1) sorted by relevance
24 volatile uint16_t fun_pu[((SOC_GPIO_PIN_COUNT-1) >> 4) + 1]; member58 pcfg->fun_pu[gpio_num >> 4] |= BIT(gpio_num & 0xf); in gpio_hal_fun_pupd_backup()60 pcfg->fun_pu[gpio_num >> 4] &= ~BIT(gpio_num & 0xf); in gpio_hal_fun_pupd_backup()97 if (pcfg->fun_pu[gpio_num >> 4] & BIT(gpio_num & 0xf)) { in gpio_hal_fun_pupd_restore()