Home
last modified time | relevance | path

Searched refs:I2S0O_WS_OUT_IDX (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32s2/
Di2s_periph.c27 .m_tx_ws_sig = I2S0O_WS_OUT_IDX,
Dlcd_periph.c41 .wr_sig = I2S0O_WS_OUT_IDX,
/hal_espressif-3.6.0/components/soc/esp32/
Dlcd_periph.c42 .wr_sig = I2S0O_WS_OUT_IDX,
Di2s_periph.c27 .m_tx_ws_sig = I2S0O_WS_OUT_IDX,
/hal_espressif-3.6.0/components/soc/esp32s3/
Di2s_periph.c27 .m_tx_ws_sig = I2S0O_WS_OUT_IDX,
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dgpio_sig_map.h56 #define I2S0O_WS_OUT_IDX 25 macro
/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_unal_dma.c64 WRITE_PERI_REG(GPIO_FUNC11_OUT_SEL_CFG_REG, (I2S0O_WS_OUT_IDX << GPIO_FUNC0_OUT_SEL_S)); in dmaMemcpy()
Dtest_ahb_arb.c69 WRITE_PERI_REG(GPIO_FUNC11_OUT_SEL_CFG_REG, (I2S0O_WS_OUT_IDX << GPIO_FUNC0_OUT_SEL_S)); in lcdIfaceInit()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dgpio_sig_map.h66 #define I2S0O_WS_OUT_IDX 25 macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dgpio_sig_map.h63 #define I2S0O_WS_OUT_IDX 24 macro
/hal_espressif-3.6.0/components/driver/test/
Dtest_i2s.c110 esp_rom_gpio_connect_out_signal(MASTER_WS_IO, I2S0O_WS_OUT_IDX, 0, 0); in i2s_test_io_config()