SFLOAT format (IEEE-11073 16-bit FLOAT, defined as a 16-bit value with 12-bit mantissa and 4-bit exponent. More...
#include <bps.h>
Public Attributes | |
| int8_t | exponent |
| Base 10 exponent, only 4 bits. More... | |
| int16_t | mantissa |
| Mantissa, only 12 bits. More... | |
SFLOAT format (IEEE-11073 16-bit FLOAT, defined as a 16-bit value with 12-bit mantissa and 4-bit exponent.
| int8_t bps_ieee_float16_t::exponent |