ESP-IDF
CLK_CFG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
CLK_CFG
CLK_CFG macro
Syntax
Show:
Summary
Declaration
from
i2s_legacy.c:1342
#define
CLK_CFG
(
)
p_i2s
[
i2s_num
]
->
clk_cfg
Examples
References
from
examples
Code
Location
#define
CLK_CFG
(
)
p_i2s
[
i2s_num
]
->
clk_cfg
i2s_legacy.c:1342
#undef
CLK_CFG
i2s_legacy.c:1471
CLK_CFG
(
)
.
sample_rate_hz
=
i2s_config
->
sample_rate
;
i2s_legacy.c:1350
CLK_CFG
(
)
.
mclk_multiple
=
i2s_config
->
mclk_multiple
==
0
?
I2S_MCLK_MULTIPLE_256
:
i2s_config
->
mclk_multiple
;
i2s_legacy.c:1351
CLK_CFG
(
)
.
clk_src
=
I2S_CLK_SRC_DEFAULT
;
i2s_legacy.c:1352
CLK_CFG
(
)
.
clk_src
=
i2s_config
->
use_apll
?
I2S_CLK_SRC_APLL
:
I2S_CLK_SRC_DEFAULT
;
i2s_legacy.c:1356
CLK_CFG
(
)
.
up_sample_fp
=
960
;
i2s_legacy.c:1410
CLK_CFG
(
)
.
up_sample_fs
=
i2s_config
->
sample_rate
/
100
;
i2s_legacy.c:1411
CLK_CFG
(
)
.
dn_sample_mode
=
I2S_PDM_DSR_8S
;
i2s_legacy.c:1421
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