Home
last modified time | relevance | path

Searched refs:PCR_MODEM_RST_EN (Results 1 – 4 of 4) 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/esp_system/port/soc/esp32c6/
Dsystem_internal.c47 SET_PERI_REG_MASK(PCR_MODEM_APB_CONF_REG, PCR_MODEM_RST_EN); in esp_system_reset_modules_on_exit()
57 CLEAR_PERI_REG_MASK(PCR_MODEM_APB_CONF_REG, PCR_MODEM_RST_EN); in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpcr_reg.h1572 #define PCR_MODEM_RST_EN (BIT(1)) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpcr_reg.h1810 #define PCR_MODEM_RST_EN (BIT(2)) macro