Home
last modified time | relevance | path

Searched refs:DPORT_SPI3_CLK_EN (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.4.0/components/esp_system/port/soc/esp32/
Dclk.c274 DPORT_SPI3_CLK_EN | in esp_perip_clk_init()
290 common_perip_clk &= ~DPORT_SPI3_CLK_EN; in esp_perip_clk_init()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s2/
Dclk.c244 DPORT_SPI3_CLK_EN | in esp_perip_clk_init()
282 DPORT_SPI3_CLK_EN | in esp_perip_clk_init()
/hal_espressif-3.4.0/components/hal/esp32/include/hal/
Dclk_gate_ll.h68 return DPORT_SPI3_CLK_EN; in periph_ll_get_clk_en_mask()
/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h57 return DPORT_SPI3_CLK_EN; in periph_ll_get_clk_en_mask()
/hal_espressif-3.4.0/components/driver/test/dac_dma_test/
Dtest_esp32s2.c309 REG_SET_BIT(DPORT_PERIP_CLK_EN_REG, DPORT_SPI3_CLK_EN); in adc_dac_dma_linker_start()
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Dsystem_reg.h279 #define DPORT_SPI3_CLK_EN (BIT(16)) macro
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/
Dspiram_psram.c166 #define PSRAM_SPICLKEN DPORT_SPI3_CLK_EN
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Ddport_reg.h965 #define DPORT_SPI3_CLK_EN (BIT(16)) macro