SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ieee_float32_t Struct Reference

ieee_float32_t Struct Reference
[Health Thermometer Service]

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

#include <ble_hts.h>

Data Fields

int8_t exponent
 Base 10 exponent.
int32_t mantissa
 Mantissa, should be using only 24 bits.

Detailed Description

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

Definition at line 74 of file ble_hts.h.


Field Documentation

int8_t exponent

Base 10 exponent.

Definition at line 76 of file ble_hts.h.

int32_t mantissa

Mantissa, should be using only 24 bits.

Definition at line 77 of file ble_hts.h.