ESP-IDF
clk_ll_rc_fast_get_divider()
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_rc_fast_get_divider()
clk_ll_rc_fast_get_divider() function
Get RC_FAST_CLK divider
Syntax
Show:
Summary
Declaration
from
clk_tree_ll.h:803
static
inline
__attribute__
(
(
always_inline
)
)
uint32_t
clk_ll_rc_fast_get_divider
(
void
)
;
Return value
Divider. Divider = (CK8M_DIV_SEL + 1).
Examples
References
from
examples
Code
Location
Referrer
static
inline
__attribute__
(
(
always_inline
)
)
uint32_t
clk_ll_rc_fast_get_divider
(
void
)
clk_tree_ll.h:803
ESP_RETURN_ON_FALSE
(
cos_cfg
->
freq_hz
>=
(
130
/
clk_ll_rc_fast_get_divider
(
)
)
,
ESP_ERR_NOT_SUPPORTED
,
TAG
,
"The cosine wave frequency is too low"
)
;
dac_cosine.c:47
dac_cosine_new_channel()
uint32_t
rtc_clk_freq
=
periph_rtc_dig_clk8m_get_freq
(
)
/
clk_ll_rc_fast_get_divider
(
)
;
dac_cosine.c:64
dac_cosine_new_channel()
return
esp_clk_tree_rc_fast_get_freq_hz
(
precision
)
/
clk_ll_rc_fast_get_divider
(
)
;
esp_clk_tree_common.c:189
esp_clk_tree_lp_fast_get_freq_hz()
Call Tree
from
examples
clk_ll_rc_fast_get_divider()
is called by 2 functions and calls 1 function:
dac_cosine_new_channel()
esp_clk_tree_lp_fast_get_freq_hz()
All items filtered out
clk_ll_rc_fast_get_divider()
__assert_func()
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