Home
last modified time | relevance | path

Searched refs:PCR_SDIO_SLAVE_RST_EN (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dsystem_internal.c46 SET_PERI_REG_MASK(PCR_SDIO_SLAVE_CONF_REG, PCR_SDIO_SLAVE_RST_EN); in esp_system_reset_modules_on_exit()
56 CLEAR_PERI_REG_MASK(PCR_SDIO_SLAVE_CONF_REG, PCR_SDIO_SLAVE_RST_EN); in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dclk_gate_ll.h167 return PCR_SDIO_SLAVE_RST_EN; in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpcr_reg.h1109 #define PCR_SDIO_SLAVE_RST_EN (BIT(1)) macro