ESP-IDF
periph_rtc_dig_clk8m_disable()
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
periph_rtc_dig_clk8m_disable()
periph_rtc_dig_clk8m_disable() function
This function is used to disable the digital RC_FAST clock, which should be called with the `periph_rtc_dig_clk8m_enable` pairedly
Syntax
Show:
Summary
Declaration
Definition
from
clk_ctrl_os.h:33
void
periph_rtc_dig_clk8m_disable
(
void
)
;
Implemented in
clk_ctrl_os.c:67
Notes
If this function is called a number of times, the `periph_rtc_dig_clk8m_disable` function needs to be called same times to disable.
Examples
References
from
examples
Code
Location
Referrer
void
periph_rtc_dig_clk8m_disable
(
void
)
clk_ctrl_os.c:67
void
periph_rtc_dig_clk8m_disable
(
void
)
;
clk_ctrl_os.h:33
periph_rtc_dig_clk8m_disable
(
)
;
dac_common_legacy.c:107
dac_cw_generator_disable()
periph_rtc_dig_clk8m_disable
(
)
;
dac_common_legacy.c:120
dac_cw_generator_config()
periph_rtc_dig_clk8m_disable
(
)
;
dac_cosine.c:66
dac_cosine_new_channel()
periph_rtc_dig_clk8m_disable
(
)
;
dac_cosine.c:151
dac_cosine_stop()
Call Tree
from
examples
periph_rtc_dig_clk8m_disable()
is called by 4 functions and calls 4 functions:
dac_cw_generator_disable()
dac_cw_generator_config()
dac_cosine_new_channel()
dac_cosine_stop()
All items filtered out
periph_rtc_dig_clk8m_disable()
vPortEnterCritical()
__assert_func()
vPortExitCritical()
rtc_dig_clk8m_disable()
All items filtered out
Data Use
from
examples
periph_rtc_dig_clk8m_disable()
reads 1 variable and writes 2 variables:
s_periph_ref_counts
All items filtered out
periph_rtc_dig_clk8m_disable()
s_periph_ref_counts
s_rc_fast_freq
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