hal_utils_fixed_point_t is only used within ESP-IDF.
 
Symbols
loading (2/5)...
Files
loading (3/5)...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
uint32_t
Integer bit of the fixed point.
uint32_t
Fractional bit of the fixed point.
bool
Whether to limit the value to the maximum when fixed-point data overflow. When set true, the value will be limited to the maximum when the float type data is out of range. When set false, the function will return false when the float type data is out of range.