feat(i2s): support sleep retention

This commit is contained in:
laokaiyao
2024-09-13 21:56:02 +08:00
committed by Kevin (Lao Kaiyao)
parent b835986b62
commit 0cb4bdc54e
33 changed files with 437 additions and 23 deletions

View File

@@ -30,6 +30,5 @@ const i2s_signal_conn_t i2s_periph_signal[SOC_I2S_NUM] = {
.data_in_sig = I2SI_SD_IN_IDX,
.irq = ETS_I2S1_INTR_SOURCE,
.module = PERIPH_I2S1_MODULE,
}
};