Home
last modified time | relevance | path

Searched refs:PCR_SYSTIMER_CONF_REG (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.h233 return PCR_SYSTIMER_CONF_REG; in periph_ll_get_clk_en_reg()
300 return PCR_SYSTIMER_CONF_REG; in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dclk_gate_ll.h206 return PCR_SYSTIMER_CONF_REG; in periph_ll_get_clk_en_reg()
278 return PCR_SYSTIMER_CONF_REG; in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpcr_reg.h519 #define PCR_SYSTIMER_CONF_REG (DR_REG_PCR_BASE + 0x54) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpcr_reg.h674 #define PCR_SYSTIMER_CONF_REG (DR_REG_PCR_BASE + 0x5c) macro