Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32/
Di2s_periph.c23 .s_rx_bck_sig = I2S0I_BCK_IN_IDX,
42 .s_rx_bck_sig = I2S1I_BCK_IN_IDX,
/hal_espressif-latest/components/soc/esp32s3/
Di2s_periph.c23 .s_rx_bck_sig = I2S0I_BCK_IN_IDX,
46 .s_rx_bck_sig = I2S1I_BCK_IN_IDX,
/hal_espressif-latest/components/soc/esp32h2/
Di2s_periph.c23 .s_rx_bck_sig = I2SI_BCK_IN_IDX,
/hal_espressif-latest/components/soc/esp32s2/
Di2s_periph.c23 .s_rx_bck_sig = I2S0I_BCK_IN_IDX,
/hal_espressif-latest/components/soc/esp32c3/
Di2s_periph.c23 .s_rx_bck_sig = I2SI_BCK_IN_IDX,
/hal_espressif-latest/components/soc/esp32c6/
Di2s_periph.c23 .s_rx_bck_sig = I2SI_BCK_IN_IDX,
/hal_espressif-latest/components/soc/include/soc/
Di2s_periph.h30 const uint8_t s_rx_bck_sig; member
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c1873 … gpio_matrix_in_check_and_set(pin->bck_io_num, i2s_periph_signal[i2s_num].s_rx_bck_sig, 0); in i2s_set_pin()