i2s_es8311 sample
EXAMPLE_SAMPLE_RATE
is only used within i2s_es8311 sample.
Symbol previews are coming soon...
Symbols
loading (1/3)...
Files
loading (1/3)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2s_es8311 sample
EXAMPLE_SAMPLE_RATE
EXAMPLE_SAMPLE_RATE macro
Syntax
Show:
Summary
Declaration
from
example_config.h:13
#define
EXAMPLE_SAMPLE_RATE
(
16000
)
Examples
References
from
examples
Code
Location
#define
EXAMPLE_SAMPLE_RATE
(
16000
)
example_config.h:13
#define
EXAMPLE_MCLK_FREQ_HZ
(
EXAMPLE_SAMPLE_RATE
*
EXAMPLE_MCLK_MULTIPLE
)
example_config.h:15
.
sample_frequency
=
EXAMPLE_SAMPLE_RATE
i2s_es8311_example.c:58
ESP_RETURN_ON_ERROR
(
es8311_sample_frequency_config
(
es_handle
,
EXAMPLE_SAMPLE_RATE
*
EXAMPLE_MCLK_MULTIPLE
,
EXAMPLE_SAMPLE_RATE
)
,
TAG
,
"set es8311 sample frequency failed"
)
;
i2s_es8311_example.c:62
.
clk_cfg
=
I2S_STD_CLK_DEFAULT_CONFIG
(
EXAMPLE_SAMPLE_RATE
)
,
i2s_es8311_example.c:78
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