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