ESP-IDF
hal_utils_clk_div_t::integer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_div_t::integer
hal_utils_clk_div_t::integer field
Integer part of division
Syntax
Show:
Summary
Declaration
from
hal_utils.h:47
uint32_t
integer
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
integer
;
/*!< Integer part of division */
hal_utils.h:47
clk_div
->
integer
=
div_integ
;
hal_utils.c:57
hal_utils_calc_clk_div_frac_fast()
clk_div
->
integer
=
div_integ
;
hal_utils.c:101
hal_utils_calc_clk_div_frac_accurate()
i2c_ll_master_save_clock_configurations
(
hal
->
dev
,
&
timing_config
->
clk_cfg
.
clk_div
.
integer
,
&
timing_config
->
clk_cfg
.
clk_sel
,
&
timing_config
->
clk_cfg
.
clk_active
)
;
i2c_hal.c:76
i2c_hal_get_timing_config()
i2c_ll_master_restore_clock_configurations
(
hal
->
dev
,
timing_config
->
clk_cfg
.
clk_div
.
integer
,
timing_config
->
clk_cfg
.
clk_sel
,
timing_config
->
clk_cfg
.
clk_active
)
;
i2c_hal.c:87
i2c_hal_set_timing_config()
i2s_ll_set_raw_mclk_div
(
hw
,
mclk_div
->
integer
,
mclk_div
->
denominator
,
mclk_div
->
numerator
)
;
i2s_ll.h:353
i2s_ll_tx_set_mclk()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hal_utils_clk_div_t::integer
is written by 2 functions and is read by 2 functions:
hal_utils_calc_clk_div_frac_fast()
hal_utils_calc_clk_div_frac_accurate()
All items filtered out
hal_utils_clk_div_t::integer
i2s_ll_tx_set_mclk()
i2c_hal_set_timing_config()
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