ieee_float32_t Struct Reference

SFLOAT format (IEEE-11073 32-bit FLOAT, defined as a 32-bit vlue with 24-bit mantissa and 8-bit exponent. More...

#include <hts.h>

Data Fields

int8_t exponent
 
int32_t mantissa
 

Detailed Description

SFLOAT format (IEEE-11073 32-bit FLOAT, defined as a 32-bit vlue with 24-bit mantissa and 8-bit exponent.

Field Documentation

◆ exponent

int8_t ieee_float32_t::exponent

Base 10 exponent, only 8 bits

◆ mantissa

int32_t ieee_float32_t::mantissa

Mantissa, only 24 bits


The documentation for this struct was generated from the following file: