ESP-IDF
clk_ll_apb_load_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_ll_apb_load_freq_hz()
clk_ll_apb_load_freq_hz() function
Load APB_CLK frequency from RTC storage register Value of RTC_APB_FREQ_REG is stored as two copies in lower and upper 16-bit halves. These are the routines to work with that representation.
Syntax
Show:
Summary
Declaration
from
clk_tree_ll.h:872
static
inline
__attribute__
(
(
always_inline
)
)
uint32_t
clk_ll_apb_load_freq_hz
(
void
)
;
Return value
The stored APB frequency, in Hz
Examples
References
from
examples
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