Searched refs:DPORT_I2S0_CLK_EN (Results 1 – 7 of 7) sorted by relevance
42 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()
223 DPORT_I2S0_CLK_EN | in esp_perip_clk_init()260 common_perip_clk |= DPORT_I2S0_CLK_EN | in esp_perip_clk_init()
39 return DPORT_I2S0_CLK_EN; in periph_ll_get_clk_en_mask()
35 return DPORT_I2S0_CLK_EN; in periph_ll_get_clk_en_mask()
249 common_perip_clk |= DPORT_I2S0_CLK_EN | in esp_perip_clk_init()
343 #define DPORT_I2S0_CLK_EN (BIT(4)) macro
966 #define DPORT_I2S0_CLK_EN (BIT(4)) macro