ESP-IDF
hal_utils_fixed_point_t::int_bit
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
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_utils_fixed_point_t::int_bit
hal_utils_fixed_point_t::int_bit field
Integer bit of the fixed point
Syntax
Show:
Summary
Declaration
from
hal_utils.h:157
uint32_t
int_bit
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
int_bit
;
/*!< Integer bit of the fixed point */
hal_utils.h:157
if
(
fp_cfg
->
int_bit
+
fp_cfg
->
frac_bit
>
31
)
{
hal_utils.c:157
hal_utils_float_to_fixed_point_32b()
if
(
real_exp
>=
(
int
)
fp_cfg
->
int_bit
)
{
hal_utils.c:170
hal_utils_float_to_fixed_point_32b()
output
|=
f
->
sign
<
<
(
fp_cfg
->
int_bit
+
fp_cfg
->
frac_bit
)
;
hal_utils.c:174
hal_utils_float_to_fixed_point_32b()
*
fp_out
=
(
f
->
sign
<
<
(
fp_cfg
->
int_bit
+
fp_cfg
->
frac_bit
)
)
|
hal_utils.c:188
hal_utils_float_to_fixed_point_32b()
(
BIT_MASK
(
fp_cfg
->
int_bit
+
fp_cfg
->
frac_bit
)
)
;
hal_utils.c:189
hal_utils_float_to_fixed_point_32b()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hal_utils_fixed_point_t::int_bit
is read by 1 function:
All items filtered out
hal_utils_fixed_point_t::int_bit
hal_utils_float_to_fixed_point_32b()
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