Home
last modified time | relevance | path

Searched refs:channel_format (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.6.0/components/driver/test/
Dtest_i2s.c144 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
191 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
264 .channel_format = I2S_CHANNEL_FMT_MULTIPLE,
333 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
364 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
437 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
468 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, //2-channels
542 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
600 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
651 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
[all …]
Dtest_adc2_with_wifi.c229 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, in i2s_adc_init()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Di2s.rst80 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
101 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
194 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
238 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
268 … are available in TDM mode. If you want to use TDM mode, set field ``channel_format`` of :cpp:type…
282 .channel_format = I2S_CHANNEL_FMT_MULTIPLE,
329 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
/hal_espressif-3.6.0/examples/peripherals/i2s/i2s_basic/main/
Di2s_example_main.c97 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, in app_main()
/hal_espressif-3.6.0/components/driver/test/dac_dma_test/
Dtest_esp32.c62 .channel_format = EXAMPLE_I2S_FORMAT, in example_i2s_init()
/hal_espressif-3.6.0/components/driver/test/adc_dma_test/
Dtest_esp32.c60 .channel_format = EXAMPLE_I2S_FORMAT, in example_i2s_init()
/hal_espressif-3.6.0/components/driver/include/driver/
Di2s.h97 i2s_channel_fmt_t channel_format; /*!< I2S channel format.*/ member
/hal_espressif-3.6.0/examples/peripherals/i2s/i2s_audio_recorder_sdcard/main/
Di2s_recorder_main.c173 .channel_format = I2S_CHANNEL_FMT_ONLY_LEFT, in init_microphone()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/
Dmain.c180 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, /* 2-channels */ in app_main()
/hal_espressif-3.6.0/examples/peripherals/i2s/i2s_es8311/main/
Di2s_es8311_example.c92 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, in i2s_driver_init()
/hal_espressif-3.6.0/examples/peripherals/i2s/i2s_adc_dac/main/
Dapp_main.c70 .channel_format = EXAMPLE_I2S_FORMAT, in example_i2s_init()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/tutorial/
DExample_A2DP_Sink.md99 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, /* 2-channels */
/hal_espressif-3.6.0/components/esp_lcd/test/
Dtest_i80_lcd_panel.c592 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c695 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, //2-channels in app_main()
/hal_espressif-3.6.0/components/driver/
Di2s.c1771 p_i2s[i2s_num]->hal_cfg.chan_fmt = i2s_config->channel_format; in i2s_driver_init()
1784 switch (i2s_config->channel_format) { in i2s_driver_init()