Home
last modified time | relevance | path

Searched refs:DPORT_SPI01_CLK_EN (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dclk_gate_ll.h68 return DPORT_SPI01_CLK_EN; in periph_ll_get_clk_en_mask()
/device/soc/esp/esp32/components/esp_system/port/soc/esp32/
Dclk.c281 common_perip_clk &= ~DPORT_SPI01_CLK_EN; in esp_perip_clk_init()
/device/soc/esp/esp32/components/esp32/
Dspiram_psram.c167 #define PSRAM_SPICLKEN DPORT_SPI01_CLK_EN
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Ddport_reg.h980 #define DPORT_SPI01_CLK_EN (BIT(1)) macro