Home
last modified time | relevance | path

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

/hal_espressif-3.5.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.5.0/components/esp_system/port/soc/esp32s2/
Dclk.c230 DPORT_I2S0_CLK_EN | in esp_perip_clk_init()
267 common_perip_clk |= DPORT_I2S0_CLK_EN | in esp_perip_clk_init()
/hal_espressif-3.5.0/components/hal/esp32/include/hal/
Dclk_gate_ll.h44 return DPORT_I2S0_CLK_EN; in periph_ll_get_clk_en_mask()
/hal_espressif-3.5.0/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h39 return DPORT_I2S0_CLK_EN; in periph_ll_get_clk_en_mask()
/hal_espressif-3.5.0/components/esp_system/port/soc/esp32/
Dclk.c259 common_perip_clk |= DPORT_I2S0_CLK_EN | in esp_perip_clk_init()
/hal_espressif-3.5.0/components/esp_hw_support/test/
Dtest_unal_dma.c29 #define DPORT_I2S0_CLK_EN (BIT(4)) macro
Dtest_ahb_arb.c32 #define DPORT_I2S0_CLK_EN (BIT(4)) macro
/hal_espressif-3.5.0/components/soc/esp32s2/include/soc/
Dsystem_reg.h351 #define DPORT_I2S0_CLK_EN (BIT(4)) macro
/hal_espressif-3.5.0/components/soc/esp32/include/soc/
Ddport_reg.h977 #define DPORT_I2S0_CLK_EN (BIT(4)) macro