Home
last modified time | relevance | path

Searched refs:FUN_PD (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dgpio_ll.h87 REG_SET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_en()
98 REG_CLR_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD); in gpio_ll_pulldown_dis()
110 return REG_GET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD) ? true : false; in gpio_ll_pulldown_is_enabled()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dio_mux_reg.h51 #define FUN_PD (BIT(7)) macro