ESP-IDF
CLKOUT_SIG_I2S1
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
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_I2S1
CLKOUT_SIG_I2S1 value
I2S1 clock, depends on the i2s driver configuration
Syntax
Show:
Summary
Declaration
from
clk_tree_defs.h:472
CLKOUT_SIG_I2S1
=
15
;
Examples
References
from
examples
Code
Location
Referrer
CLKOUT_SIG_I2S1
=
15
,
/*!< I2S1 clock, depends on the i2s driver configuration */
clk_tree_defs.h:472
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_I2S1
is read by 2 functions:
All items filtered out
CLKOUT_SIG_I2S1
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