Home
last modified time | relevance | path

Searched refs:DPORT_PERIP_CLK_EN_REG (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_random_esp32.c42 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_CLK_EN_REG, DPORT_I2S0_CLK_EN); in bootloader_random_enable()
92 DPORT_CLEAR_PERI_REG_MASK(DPORT_PERIP_CLK_EN_REG, DPORT_I2S0_CLK_EN); in bootloader_random_disable()
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dclk.c224 common_perip_clk = ~DPORT_READ_PERI_REG(DPORT_PERIP_CLK_EN_REG); in esp_perip_clk_init()
294 DPORT_CLEAR_PERI_REG_MASK(DPORT_PERIP_CLK_EN_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dclk.c221 common_perip_clk = ~DPORT_READ_PERI_REG(DPORT_PERIP_CLK_EN_REG); in esp_perip_clk_init()
294 DPORT_CLEAR_PERI_REG_MASK(DPORT_PERIP_CLK_EN_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h207 return DPORT_PERIP_CLK_EN_REG; in periph_ll_get_clk_en_reg()
Duart_ll.h72 DPORT_REG_GET_BIT(DPORT_PERIP_CLK_EN_REG, uart_en_bit) != 0; in uart_ll_is_enabled()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_gate_ll.h195 return DPORT_PERIP_CLK_EN_REG; in periph_ll_get_clk_en_reg()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h183 #define DPORT_PERIP_CLK_EN_REG DPORT_PERIP_CLK_EN0_REG macro
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c1002 DPORT_CLEAR_PERI_REG_MASK(DPORT_PERIP_CLK_EN_REG, PSRAM_SPICLKEN); in esp_psram_impl_enable()
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h935 #define DPORT_PERIP_CLK_EN_REG (DR_REG_DPORT_BASE + 0x0C0) macro