ESP-IDF
CLK_LL_APLL_MIN_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_APLL_MIN_HZ
CLK_LL_APLL_MIN_HZ macro
Syntax
Show:
Summary
Declaration
from
clk_tree_ll.h:85
#define
CLK_LL_APLL_MIN_HZ
(
5303031
)
Examples
References
from
examples
Code
Location
#define
CLK_LL_APLL_MIN_HZ
(
5303031
)
// 5.303031 MHz, refer to 'periph_rtc_apll_freq_set' for the calculation
clk_tree_ll.h:85
int
div
=
(
int
)
(
(
CLK_LL_APLL_MIN_HZ
/
mclk
)
+
1
)
;
dac_dma.c:50
int
mclk_div
=
(
int
)
(
(
CLK_LL_APLL_MIN_HZ
/
mclk_freq_hz
)
+
1
)
;
i2s_common.c:536
int
div
=
(
int
)
(
(
CLK_LL_APLL_MIN_HZ
/
mclk
)
+
1
)
;
i2s_legacy.c:710
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