Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dclk.c267 DPORT_SPI3_CLK_EN | in esp_perip_clk_init()
283 common_perip_clk &= ~DPORT_SPI3_CLK_EN; in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dclk.c240 DPORT_SPI3_CLK_EN | in esp_perip_clk_init()
278 DPORT_SPI3_CLK_EN | in esp_perip_clk_init()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h57 return DPORT_SPI3_CLK_EN; in periph_ll_get_clk_en_mask()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_gate_ll.h59 return DPORT_SPI3_CLK_EN; in periph_ll_get_clk_en_mask()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h271 #define DPORT_SPI3_CLK_EN (BIT(16)) macro
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c184 #define PSRAM_SPICLKEN DPORT_SPI3_CLK_EN
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h954 #define DPORT_SPI3_CLK_EN (BIT(16)) macro