ESP-IDF
hal_utils_clk_info_t::max_integ
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
hal_utils_clk_info_t::max_integ
hal_utils_clk_info_t::max_integ field
The max value of the integral part
Syntax
Show:
Summary
Declaration
from
hal_utils.h:33
uint32_t
max_integ
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
max_integ
;
/*!< The max value of the integral part */
hal_utils.h:33
if
(
div_integ
<
clk_info
->
min_integ
||
div_integ
>=
clk_info
->
max_integ
||
div_integ
==
0
)
{
hal_utils.c:52
hal_utils_calc_clk_div_frac_fast()
if
(
div_integ
<
clk_info
->
min_integ
||
div_integ
>=
clk_info
->
max_integ
||
div_integ
==
0
)
{
hal_utils.c:96
hal_utils_calc_clk_div_frac_accurate()
if
(
div_integ
>=
clk_info
->
max_integ
)
{
hal_utils.c:132
hal_utils_calc_clk_div_integer()
*
int_div
=
clk_info
->
max_integ
-
1
;
hal_utils.c:133
hal_utils_calc_clk_div_integer()
.
max_integ
=
I2S_LL_CLK_FRAC_DIV_N_MAX
,
i2s_hal.c:56
i2s_hal_calc_mclk_precise_division()
.
max_integ
=
SDM_LL_PRESCALE_MAX
+
1
,
sdm.c:247
sdm_new_channel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hal_utils_clk_info_t::max_integ
is read by 3 functions:
All items filtered out
hal_utils_clk_info_t::max_integ
hal_utils_calc_clk_div_frac_fast()
hal_utils_calc_clk_div_frac_accurate()
hal_utils_calc_clk_div_integer()
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