Home
last modified time | relevance | path

Searched refs:PCR_MSPI_CONF_REG (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dsystem_internal.c39 SET_PERI_REG_MASK(PCR_MSPI_CONF_REG, PCR_MSPI_RST_EN); in esp_system_reset_modules_on_exit()
48 CLEAR_PERI_REG_MASK(PCR_MSPI_CONF_REG, PCR_MSPI_RST_EN); in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dsystem_internal.c41 SET_PERI_REG_MASK(PCR_MSPI_CONF_REG, PCR_MSPI_RST_EN); in esp_system_reset_modules_on_exit()
51 CLEAR_PERI_REG_MASK(PCR_MSPI_CONF_REG, PCR_MSPI_RST_EN); in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dclk_gate_ll.h235 return PCR_MSPI_CONF_REG; in periph_ll_get_clk_en_reg()
302 return PCR_MSPI_CONF_REG; in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dclk_gate_ll.h208 return PCR_MSPI_CONF_REG; in periph_ll_get_clk_en_reg()
280 return PCR_MSPI_CONF_REG; in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash_config_esp32h2.c88 REG_SET_FIELD(PCR_MSPI_CONF_REG, PCR_MSPI_CLK_SEL, 2); in bootloader_flash_clock_init()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpcr_reg.h175 #define PCR_MSPI_CONF_REG (DR_REG_PCR_BASE + 0x18) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpcr_reg.h189 #define PCR_MSPI_CONF_REG (DR_REG_PCR_BASE + 0x18) macro