Home
last modified time | relevance | path

Searched refs:PCR_SYSTIMER_RST_EN (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dsystem_internal.c42 SET_PERI_REG_MASK(PCR_SYSTIMER_CONF_REG, PCR_SYSTIMER_RST_EN); in esp_system_reset_modules_on_exit()
51 CLEAR_PERI_REG_MASK(PCR_SYSTIMER_CONF_REG, PCR_SYSTIMER_RST_EN); in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dsystem_internal.c44 SET_PERI_REG_MASK(PCR_SYSTIMER_CONF_REG, PCR_SYSTIMER_RST_EN); in esp_system_reset_modules_on_exit()
54 CLEAR_PERI_REG_MASK(PCR_SYSTIMER_CONF_REG, PCR_SYSTIMER_RST_EN); in esp_system_reset_modules_on_exit()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dclk_gate_ll.h128 return PCR_SYSTIMER_RST_EN; in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dclk_gate_ll.h122 return PCR_SYSTIMER_RST_EN; in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpcr_reg.h530 #define PCR_SYSTIMER_RST_EN (BIT(1)) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpcr_reg.h685 #define PCR_SYSTIMER_RST_EN (BIT(1)) macro