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.
Fork of AdiSense1000 by
ADI_SENSE_DATA_SAMPLE Struct Reference
[ADISENSE Host Library API]
#include <adi_sense_api.h>
Data Fields | |
ADI_SENSE_DEVICE_STATUS_FLAGS | status |
uint32_t | channelId |
uint32_t | rawValue |
float32_t | processedValue |
Detailed Description
Data sample details retreived from the ADISENSE device.
Definition at line 171 of file adi_sense_api.h.
Field Documentation
uint32_t channelId |
The measurement channel from which this sample was obtained
Definition at line 175 of file adi_sense_api.h.
float32_t processedValue |
The processed value obtained from the measurement channel, as a final measurement value, following calibration and linearisation correction, and conversion into an appropriate unit of measurement.
Definition at line 181 of file adi_sense_api.h.
uint32_t rawValue |
The raw (unprocessed) value obtained directly from the measurement channel, if available
Definition at line 177 of file adi_sense_api.h.
Device summary status snapshot when the sample was recorded
Definition at line 173 of file adi_sense_api.h.
Generated on Wed Jul 13 2022 13:02:05 by
