Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_system/port/soc/esp32/
Dclk.c259 DPORT_SPI2_CLK_EN | in esp_perip_clk_init()
277 common_perip_clk &= ~DPORT_SPI2_CLK_EN; in esp_perip_clk_init()
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32s2/
Dclk.c230 DPORT_SPI2_CLK_EN | in esp_perip_clk_init()
270 DPORT_SPI2_CLK_EN | in esp_perip_clk_init()
/hal_espressif-3.7.0/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h55 return DPORT_SPI2_CLK_EN; in periph_ll_get_clk_en_mask()
/hal_espressif-3.7.0/components/hal/esp32/include/hal/
Dclk_gate_ll.h57 return DPORT_SPI2_CLK_EN; in periph_ll_get_clk_en_mask()
/hal_espressif-3.7.0/components/soc/esp32s2/include/soc/
Dsystem_reg.h331 #define DPORT_SPI2_CLK_EN (BIT(6)) macro
/hal_espressif-3.7.0/components/esp_psram/esp32/
Desp_psram_impl_quad.c178 #define PSRAM_SPICLKEN DPORT_SPI2_CLK_EN
/hal_espressif-3.7.0/components/soc/esp32/include/soc/
Ddport_reg.h964 #define DPORT_SPI2_CLK_EN (BIT(6)) macro