Home
last modified time | relevance | path

Searched refs:DPORT_I2S0_RST (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_random_esp32.c111 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, DPORT_I2S0_RST); in bootloader_random_disable()
112 DPORT_CLEAR_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, DPORT_I2S0_RST); in bootloader_random_disable()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h113 return DPORT_I2S0_RST; in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_gate_ll.h113 return DPORT_I2S0_RST; in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h571 #define DPORT_I2S0_RST (BIT(4)) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h1001 #define DPORT_I2S0_RST (BIT(4)) macro