Home
last modified time | relevance | path

Searched refs:SYSTEM_PERIP_CLK_EN1_REG (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dclk.c213 hwcrypto_perip_clk = ~READ_PERI_REG(SYSTEM_PERIP_CLK_EN1_REG); in esp_perip_clk_init()
250 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN1_REG, common_perip_clk1); in esp_perip_clk_init()
254 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN1_REG, hwcrypto_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dclk.c214 hwcrypto_perip_clk = ~READ_PERI_REG(SYSTEM_PERIP_CLK_EN1_REG); in esp_perip_clk_init()
280 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN1_REG, common_perip_clk1); in esp_perip_clk_init()
284 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN1_REG, hwcrypto_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dclk.c229 hwcrypto_perip_clk = ~READ_PERI_REG(SYSTEM_PERIP_CLK_EN1_REG); in esp_perip_clk_init()
295 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN1_REG, common_perip_clk1); in esp_perip_clk_init()
299 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN1_REG, hwcrypto_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dclk.c225 hwcrypto_perip_clk = ~READ_PERI_REG(SYSTEM_PERIP_CLK_EN1_REG); in esp_perip_clk_init()
291 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN1_REG, common_perip_clk1); in esp_perip_clk_init()
295 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN1_REG, hwcrypto_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dclk.c231 hwcrypto_perip_clk = ~READ_PERI_REG(SYSTEM_PERIP_CLK_EN1_REG); in esp_perip_clk_init()
303 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN1_REG, common_perip_clk1); in esp_perip_clk_init()
307 CLEAR_PERI_REG_MASK(SYSTEM_PERIP_CLK_EN1_REG, hwcrypto_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_gate_ll.h129 return SYSTEM_PERIP_CLK_EN1_REG; in periph_ll_get_clk_en_reg()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_gate_ll.h176 return SYSTEM_PERIP_CLK_EN1_REG; in periph_ll_get_clk_en_reg()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_gate_ll.h220 return SYSTEM_PERIP_CLK_EN1_REG; in periph_ll_get_clk_en_reg()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_reg.h182 #define SYSTEM_PERIP_CLK_EN1_REG (DR_REG_SYSTEM_BASE + 0x14) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystem_reg.h278 #define SYSTEM_PERIP_CLK_EN1_REG (DR_REG_SYSTEM_BASE + 0x014) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h307 #define SYSTEM_PERIP_CLK_EN1_REG (DR_REG_SYSTEM_BASE + 0x1C) macro