ESP-IDF
CLKOUT_SIG_APLL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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_APLL
CLKOUT_SIG_APLL value
Divided by PLL, frequency is configurable
Syntax
Show:
Summary
Declaration
from
clk_tree_defs.h:468
CLKOUT_SIG_APLL
=
6
;
Examples
References
from
examples
Code
Location
Referrer
CLKOUT_SIG_APLL
=
6
,
/*!< Divided by PLL, frequency is configurable */
clk_tree_defs.h:468
ESP_GOTO_ON_ERROR
(
esp_clock_output_start
(
CLKOUT_SIG_APLL
,
EMAC_APPL_CLK_OUT_GPIO
,
&
emac
->
rmii_clk_hdl
)
,
esp_eth_mac_esp.c:628
emac_esp_config_data_interface()
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
CLKOUT_SIG_APLL
is read by 2 functions:
All items filtered out
CLKOUT_SIG_APLL
i2s_check_set_mclk()
emac_esp_config_data_interface()
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