ESP-IDF
HAL_DIV_ROUND
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_DIV_ROUND
HAL_DIV_ROUND value
Round the division to the nearest integer (round up if fraction >= 1/2, round down if fraction < 1/2)
Syntax
Show:
Summary
Declaration
from
hal_utils.h:23
HAL_DIV_ROUND
;
Examples
References
from
examples
Code
Location
Referrer
HAL_DIV_ROUND
,
/*!< Round the division to the nearest integer (round up if fraction >= 1/2, round down if fraction < 1/2) */
hal_utils.h:23
if
(
(
freq_error
&&
clk_info
->
round_opt
==
HAL_DIV_ROUND_UP
)
||
(
clk_info
->
round_opt
==
HAL_DIV_ROUND
&&
hal_utils.c:121
hal_utils_calc_clk_div_integer()
.
round_opt
=
HAL_DIV_ROUND
,
sdm.c:249
sdm_new_channel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
HAL_DIV_ROUND
is read by 2 functions:
All items filtered out
HAL_DIV_ROUND
sdm_new_channel()
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