Home
last modified time | relevance | path

Searched refs:I2S_RX_RESET (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/zephyr/esp32/src/
Dsoc_random.c79 SET_PERI_REG_MASK(I2S_CONF_REG(0), I2S_RX_RESET); in soc_random_disable()
80 CLEAR_PERI_REG_MASK(I2S_CONF_REG(0), I2S_RX_RESET); in soc_random_disable()
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_random_esp32.c83 SET_PERI_REG_MASK(I2S_CONF_REG(0), I2S_RX_RESET); in bootloader_random_disable()
84 CLEAR_PERI_REG_MASK(I2S_CONF_REG(0), I2S_RX_RESET); in bootloader_random_disable()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Di2s_reg.h224 #define I2S_RX_RESET (BIT(0)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Di2s_reg.h240 #define I2S_RX_RESET (BIT(0)) macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Di2s_reg.h153 #define I2S_RX_RESET (BIT(0)) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Di2s_reg.h153 #define I2S_RX_RESET (BIT(0)) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Di2s_reg.h186 #define I2S_RX_RESET (BIT(1)) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Di2s_reg.h119 #define I2S_RX_RESET (BIT(1)) macro