ESP-IDF
clk_hal_ahb_get_freq_hz()
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
clk_hal_ahb_get_freq_hz()
clk_hal_ahb_get_freq_hz() function
Syntax
Show:
Summary
Declaration
from
clk_tree_hal.c:54
static
uint32_t
clk_hal_ahb_get_freq_hz
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
uint32_t
clk_hal_ahb_get_freq_hz
(
void
)
clk_tree_hal.c:54
return
clk_hal_ahb_get_freq_hz
(
)
;
clk_tree_hal.c:70
clk_hal_apb_get_freq_hz()
Call Tree
from
examples
clk_hal_ahb_get_freq_hz()
is called by 1 function and calls 2 functions:
clk_hal_apb_get_freq_hz()
All items filtered out
clk_hal_ahb_get_freq_hz()
clk_ll_cpu_get_src()
clk_hal_cpu_get_freq_hz()
All items filtered out
Data Use
from
examples
clk_hal_ahb_get_freq_hz()
reads 2 variables:
soc_cpu_clk_src_t::SOC_CPU_CLK_SRC_PLL
soc_cpu_clk_src_t::SOC_CPU_CLK_SRC_APLL
All items filtered out
clk_hal_ahb_get_freq_hz()
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