Home
last modified time | relevance | path

Searched refs:PCR_SDIO_SLAVE_CONF_REG (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.h238 return PCR_SDIO_SLAVE_CONF_REG; in periph_ll_get_clk_en_reg()
310 return PCR_SDIO_SLAVE_CONF_REG; in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpcr_reg.h1098 #define PCR_SDIO_SLAVE_CONF_REG (DR_REG_PCR_BASE + 0xb0) macro