Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32/
Di2s_periph.c22 .s_tx_bck_sig = I2S0O_BCK_IN_IDX,
41 .s_tx_bck_sig = I2S1O_BCK_IN_IDX,
/hal_espressif-latest/components/soc/esp32s3/
Di2s_periph.c22 .s_tx_bck_sig = I2S0O_BCK_IN_IDX,
45 .s_tx_bck_sig = I2S1O_BCK_IN_IDX,
/hal_espressif-latest/components/soc/esp32h2/
Di2s_periph.c22 .s_tx_bck_sig = I2SO_BCK_IN_IDX,
/hal_espressif-latest/components/soc/esp32s2/
Di2s_periph.c22 .s_tx_bck_sig = I2S0O_BCK_IN_IDX,
/hal_espressif-latest/components/soc/esp32c3/
Di2s_periph.c22 .s_tx_bck_sig = I2SO_BCK_IN_IDX,
/hal_espressif-latest/components/soc/esp32c6/
Di2s_periph.c22 .s_tx_bck_sig = I2SO_BCK_IN_IDX,
/hal_espressif-latest/components/soc/include/soc/
Di2s_periph.h29 const uint8_t s_tx_bck_sig; member
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c1877 … gpio_matrix_in_check_and_set(pin->bck_io_num, i2s_periph_signal[i2s_num].s_tx_bck_sig, 0); in i2s_set_pin()