Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dsystem_internal.c44 SET_PERI_REG_MASK(PCR_MODEM_CONF_REG, PCR_MODEM_RST_EN); in esp_system_reset_modules_on_exit()
53 CLEAR_PERI_REG_MASK(PCR_MODEM_CONF_REG, PCR_MODEM_RST_EN); in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpcr_reg.h1792 #define PCR_MODEM_CONF_REG (DR_REG_PCR_BASE + 0x104) macro