ESP-IDF
rtc_dig_clk8m_enable()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_dig_clk8m_enable()
rtc_dig_clk8m_enable() function
Enable the rtc digital 8M clock This function is used to enable the digital rtc 8M clock to support peripherals. For enabling the analog 8M clock, using `rtc_clk_8M_enable` function above.
Syntax
Show:
Summary
Declaration
Definition
from
rtc.h:457
void
rtc_dig_clk8m_enable
(
void
)
;
Implemented in
rtc_clk.c:583
Examples
References
from
examples
Code
Location
Referrer
void
rtc_dig_clk8m_enable
(
void
)
rtc_clk.c:583
void
rtc_dig_clk8m_enable
(
void
)
;
rtc.h:457
rtc_dig_clk8m_enable
(
)
;
clk_ctrl_os.c:42
periph_rtc_dig_clk8m_enable()
Call Tree
from
examples
rtc_dig_clk8m_enable()
is called by 1 function and calls 2 functions:
periph_rtc_dig_clk8m_enable()
All items filtered out
rtc_dig_clk8m_enable()
esp_rom_delay_us()
clk_ll_rc_fast_digi_enable()
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