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>

Public Attributes

int8_t exponent
 Base 10 exponent, only 8 bits. More...
 
int32_t mantissa
 Mantissa, only 24 bits. More...
 

Detailed Description

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

Definition at line 187 of file hts.h.

Member Data Documentation

◆ exponent

int8_t ieee_float32_t::exponent

Base 10 exponent, only 8 bits.

Definition at line 189 of file hts.h.

◆ mantissa

int32_t ieee_float32_t::mantissa

Mantissa, only 24 bits.

Definition at line 190 of file hts.h.


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