Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_sleep.c32 REG_SET_FIELD(I2S_PD_CONF_REG(0), I2S_PLC_MEM_FORCE_PU, cfg.i2s_fpu); in rtc_sleep_pd()
33 REG_SET_FIELD(I2S_PD_CONF_REG(0), I2S_FIFO_FORCE_PU, cfg.i2s_fpu); in rtc_sleep_pd()
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_sleep.c74 REG_SET_FIELD(I2S_PD_CONF_REG(0), I2S_PLC_MEM_FORCE_PU, ~cfg.i2s_pd); in rtc_sleep_pd()
75 REG_SET_FIELD(I2S_PD_CONF_REG(0), I2S_FIFO_FORCE_PU, ~cfg.i2s_pd); in rtc_sleep_pd()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Di2s_reg.h1235 #define I2S_PD_CONF_REG(i) (REG_I2S_BASE(i) + 0x00a4) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Di2s_reg.h1264 #define I2S_PD_CONF_REG(i) (REG_I2S_BASE(i) + 0x00a4) macro