Home
last modified time | relevance | path

Searched refs:data_in_sigs (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/soc/esp32s3/
Di2s_periph.c29 .data_in_sigs[0] = I2S0I_SD_IN_IDX,
30 .data_in_sigs[1] = I2S0I_SD1_IN_IDX,
31 .data_in_sigs[2] = I2S0I_SD2_IN_IDX,
32 .data_in_sigs[3] = I2S0I_SD3_IN_IDX,
52 .data_in_sigs[0] = I2S1I_SD_IN_IDX,
53 .data_in_sigs[1] = -1,
54 .data_in_sigs[2] = -1,
55 .data_in_sigs[3] = -1,
/hal_espressif-latest/components/soc/include/soc/
Di2s_periph.h44 const uint8_t data_in_sigs[SOC_I2S_PDM_MAX_RX_LINES]; member