ESP-IDF
hal_utils_ieee754_float_t
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_ieee754_float_t
hal_utils_ieee754_float_t union
Syntax
Show:
Summary
Declaration
from
hal_utils.c:143
typedef
union
{
struct
{
uint32_t
mantissa
:
23
;
uint32_t
exponent
:
8
;
uint32_t
sign
:
1
;
}
;
uint32_t
val
;
}
hal_utils_ieee754_float_t
;
Fields
Field
Declared as
hal_utils_ieee754_float_t::val
uint32_t
Examples
References
from
examples
Code
Location
Referrer
typedef
union
{
hal_utils.c:143
}
hal_utils_ieee754_float_t
;
hal_utils.c:150
hal_utils_ieee754_float_t
const
hal_utils_ieee754_float_t
*
f
=
(
const
hal_utils_ieee754_float_t
*
)
&
flt
;
hal_utils.c:156
hal_utils_float_to_fixed_point_32b()
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