Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
ieee_float16_t Struct Reference
[Blood Pressure Service]
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 |
Base 10 exponent, only 4 bits. | |
int16_t | mantissa |
Mantissa, only 12 bits. |
Detailed Description
SFLOAT format (IEEE-11073 16-bit FLOAT, defined as a 16-bit vlue with 12-bit mantissa and 4-bit exponent.
Definition at line 71 of file ble_bps.h.
Field Documentation
Generated on Tue Jul 12 2022 20:04:45 by
