Searched refs:channel_format (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-3.6.0/components/driver/test/ |
D | test_i2s.c | 144 .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 …]
|
D | test_adc2_with_wifi.c | 229 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, in i2s_adc_init()
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | i2s.rst | 80 .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/ |
D | i2s_example_main.c | 97 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, in app_main()
|
/hal_espressif-3.6.0/components/driver/test/dac_dma_test/ |
D | test_esp32.c | 62 .channel_format = EXAMPLE_I2S_FORMAT, in example_i2s_init()
|
/hal_espressif-3.6.0/components/driver/test/adc_dma_test/ |
D | test_esp32.c | 60 .channel_format = EXAMPLE_I2S_FORMAT, in example_i2s_init()
|
/hal_espressif-3.6.0/components/driver/include/driver/ |
D | i2s.h | 97 i2s_channel_fmt_t channel_format; /*!< I2S channel format.*/ member
|
/hal_espressif-3.6.0/examples/peripherals/i2s/i2s_audio_recorder_sdcard/main/ |
D | i2s_recorder_main.c | 173 .channel_format = I2S_CHANNEL_FMT_ONLY_LEFT, in init_microphone()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/ |
D | main.c | 180 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, /* 2-channels */ in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/i2s/i2s_es8311/main/ |
D | i2s_es8311_example.c | 92 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, in i2s_driver_init()
|
/hal_espressif-3.6.0/examples/peripherals/i2s/i2s_adc_dac/main/ |
D | app_main.c | 70 .channel_format = EXAMPLE_I2S_FORMAT, in example_i2s_init()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/tutorial/ |
D | Example_A2DP_Sink.md | 99 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, /* 2-channels */
|
/hal_espressif-3.6.0/components/esp_lcd/test/ |
D | test_i80_lcd_panel.c | 592 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/ |
D | main.c | 695 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, //2-channels in app_main()
|
/hal_espressif-3.6.0/components/driver/ |
D | i2s.c | 1771 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()
|