![]() |
nRF5 SDK
v13.1.0
|
Choose documentation: | nRF5 SDK | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
SFLOAT format (IEEE-11073 16-bit FLOAT, defined as a 16-bit vlue with 12-bit mantissa and 4-bit exponent. More...
#include <ble_bps.h>
Data Fields | |
int8_t | exponent |
int16_t | mantissa |
SFLOAT format (IEEE-11073 16-bit FLOAT, defined as a 16-bit vlue with 12-bit mantissa and 4-bit exponent.
int8_t ieee_float16_t::exponent |
Base 10 exponent, only 4 bits
int16_t ieee_float16_t::mantissa |
Mantissa, only 12 bits