ESP-IDF
i2s_channel_fmt_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2s_channel_fmt_t
i2s_channel_fmt_t enum
Syntax
Show:
Summary
Declaration
from
i2s_types_legacy.h:99
enum
{
I2S_CHANNEL_FMT_RIGHT_LEFT
,
I2S_CHANNEL_FMT_ALL_RIGHT
,
I2S_CHANNEL_FMT_ALL_LEFT
,
I2S_CHANNEL_FMT_ONLY_RIGHT
,
I2S_CHANNEL_FMT_ONLY_LEFT
,
#if
SOC_I2S_SUPPORTS_TDM
I2S_CHANNEL_FMT_MULTIPLE
,
#endif
}
;
Values
Value
Declared as
Description
i2s_channel_fmt_t::I2S_CHANNEL_FMT_RIGHT_LEFT
Separated left and right channel.
i2s_channel_fmt_t::I2S_CHANNEL_FMT_ALL_RIGHT
Load right channel data in both two channels.
i2s_channel_fmt_t::I2S_CHANNEL_FMT_ALL_LEFT
Load left channel data in both two channels.
i2s_channel_fmt_t::I2S_CHANNEL_FMT_ONLY_RIGHT
Only load data in right channel (mono mode).
i2s_channel_fmt_t::I2S_CHANNEL_FMT_ONLY_LEFT
Only load data in left channel (mono mode).
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out