ESP-IDF
hal_utils_div_round_opt_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hal_utils_div_round_opt_t
hal_utils_div_round_opt_t enum
Syntax
Show:
Summary
Declaration
from
hal_utils.h:20
enum
{
HAL_DIV_ROUND_DOWN
,
HAL_DIV_ROUND_UP
,
HAL_DIV_ROUND
,
}
;
Values
Value
Declared as
Description
hal_utils_div_round_opt_t::HAL_DIV_ROUND_DOWN
Round the division down to the floor integer.
hal_utils_div_round_opt_t::HAL_DIV_ROUND_UP
Round the division up to the ceiling integer.
hal_utils_div_round_opt_t::HAL_DIV_ROUND
Round the division to the nearest integer (round up if fraction >= 1/2, round down if fraction < 1/2).
Examples
References
from
examples
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