Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dio_mux_reg.h31 #define SLP_PD (BIT(2)) macro
82 #define PIN_SLP_PULLDOWN_ENABLE(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME,SLP_PD)
83 #define PIN_SLP_PULLDOWN_DISABLE(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME,SLP_PD)
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dgpio_ll.h212 return REG_GET_BIT(GPIO_PIN_MUX_REG[gpio_num], SLP_PD) ? true : false; in gpio_ll_sleep_pulldown_is_enabled()