ESP-IDF
CLKOUT_SIG_I2S0
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
CLKOUT_SIG_I2S0
CLKOUT_SIG_I2S0 value
I2S0 clock, depends on the i2s driver configuration
Syntax
Show:
Summary
Declaration
from
clk_tree_defs.h:464
CLKOUT_SIG_I2S0
=
0
;
Examples
References
from
examples
Code
Location
Referrer
CLKOUT_SIG_I2S0
=
0
,
/*!< I2S0 clock, depends on the i2s driver configuration */
clk_tree_defs.h:464
soc_clkout_sig_id_t
clkout_sig
=
is_apll
?
CLKOUT_SIG_APLL
:
(
is_i2s0
?
CLKOUT_SIG_I2S0
:
CLKOUT_SIG_I2S1
)
;
i2s_common.c:910
i2s_check_set_mclk()
soc_clkout_sig_id_t
clkout_sig
=
(
i2s_num
==
I2S_NUM_0
)
?
CLKOUT_SIG_I2S0
:
CLKOUT_SIG_I2S1
;
i2s_legacy.c:1872
i2s_check_set_mclk()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
CLKOUT_SIG_I2S0
is read by 2 functions:
All items filtered out
CLKOUT_SIG_I2S0
i2s_check_set_mclk()
i2s_check_set_mclk()
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