i2s_es7210_tdm sample
es7210_i2s_fmt_t
is only used within i2s_es7210_tdm sample.
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
i2s_es7210_tdm sample
es7210_i2s_fmt_t
es7210_i2s_fmt_t enum
Syntax
Show:
Summary
Declaration
from
es7210.h:47
enum
{
ES7210_I2S_FMT_I2S
=
0x00
,
ES7210_I2S_FMT_LJ
=
0x01
,
ES7210_I2S_FMT_DSP_A
=
0x03
,
ES7210_I2S_FMT_DSP_B
=
0x13
}
;
Values
Value
Declared as
Description
es7210_i2s_fmt_t::ES7210_I2S_FMT_I2S
=
0x00
normal I2S format.
es7210_i2s_fmt_t::ES7210_I2S_FMT_LJ
=
0x01
left justify format.
es7210_i2s_fmt_t::ES7210_I2S_FMT_DSP_A
=
0x03
DSP-A format, MSB is available on 2nd SCLK rising edge after LRCK rising edge.
es7210_i2s_fmt_t::ES7210_I2S_FMT_DSP_B
=
0x13
DSP-B format, MSB is available on 1st SCLK rising edge after LRCK rising edge.
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