ESP-IDF
rtc_clk_apb_freq_get()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rtc_clk_apb_freq_get()
rtc_clk_apb_freq_get() function
Get the current stored APB frequency.
Syntax
Show:
Summary
Declaration
Definition
from
rtc.h:378
uint32_t
rtc_clk_apb_freq_get
(
void
)
;
Implemented in
rtc_clk.c:575
Return value
The APB frequency value as last set via rtc_clk_apb_freq_update(), in Hz.
Examples
References
from
examples
Code
Location
Referrer
uint32_t
rtc_clk_apb_freq_get
(
void
)
rtc_clk.c:575
uint32_t
rtc_clk_apb_freq_get
(
void
)
;
rtc.h:378
if
(
esp_rom_get_reset_reason
(
0
)
!=
RESET_REASON_CPU0_SW
||
rtc_clk_apb_freq_get
(
)
<
APB_CLK_FREQ
)
{
bootloader_clock_init.c:51
bootloader_clock_configure()
Call Tree
from
examples
rtc_clk_apb_freq_get()
is called by 1 function and calls 1 function:
bootloader_clock_configure()
All items filtered out
rtc_clk_apb_freq_get()
clk_ll_apb_load_freq_hz()
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