Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/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-3.6.0/components/driver/test/dac_dma_test/
Dtest_esp32s2.c307 REG_SET_BIT(DPORT_PERIP_CLK_EN_REG, DPORT_APB_SARADC_CLK_EN_M); in adc_dac_dma_linker_start()
308 REG_SET_BIT(DPORT_PERIP_CLK_EN_REG, DPORT_SPI3_DMA_CLK_EN_M); in adc_dac_dma_linker_start()
309 REG_SET_BIT(DPORT_PERIP_CLK_EN_REG, DPORT_SPI3_CLK_EN); in adc_dac_dma_linker_start()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/
Dclk.c231 common_perip_clk = ~DPORT_READ_PERI_REG(DPORT_PERIP_CLK_EN_REG); in esp_perip_clk_init()
301 DPORT_CLEAR_PERI_REG_MASK(DPORT_PERIP_CLK_EN_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/
Dclk.c225 common_perip_clk = ~DPORT_READ_PERI_REG(DPORT_PERIP_CLK_EN_REG); in esp_perip_clk_init()
298 DPORT_CLEAR_PERI_REG_MASK(DPORT_PERIP_CLK_EN_REG, common_perip_clk); in esp_perip_clk_init()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dclk_gate_ll.h200 return DPORT_PERIP_CLK_EN_REG; in periph_ll_get_clk_en_reg()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h205 return DPORT_PERIP_CLK_EN_REG; in periph_ll_get_clk_en_reg()
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsystem_reg.h191 #define DPORT_PERIP_CLK_EN_REG DPORT_PERIP_CLK_EN0_REG macro
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram_psram.c978 DPORT_CLEAR_PERI_REG_MASK(DPORT_PERIP_CLK_EN_REG, PSRAM_SPICLKEN); in psram_enable()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h946 #define DPORT_PERIP_CLK_EN_REG (DR_REG_DPORT_BASE + 0x0C0) macro