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.
_ADMW1001_Sensor_Result_t Struct Reference
#include <admw1001_host_comms.h>
Data Fields | |
| float32_t | Sensor_Result | 
| Linearized and compensated sensor result.   | |
| uint16_t | Channel_ID: 4 | 
| Indicates which channel this result corresponds to.   | |
| uint16_t | Ch_Error: 1 | 
| Indicates Error on channel.   | |
| uint16_t | Ch_Alert: 1 | 
| Indicates Alert on channel.   | |
| uint16_t | Ch_Raw: 1 | 
| Indicates if Raw sensor data field is valid.   | |
| uint16_t | Ch_Valid: 1 | 
| Indicates if this Result structure is valid.   | |
| uint16_t | Reserved: 8 | 
| Reserved for future use.   | |
| ADMW_CORE_Alert_Detail_Ch_t | Status | 
| Indicates Status of this measurement.   | |
| float32_t | Raw_Sample | 
| Raw sensor data value.   | |
Detailed Description
ADMW1001 Sensor Result bit field structure
Definition at line 85 of file admw1001_host_comms.h.
Field Documentation
| uint16_t Ch_Alert | 
Indicates Alert on channel.
Definition at line 90 of file admw1001_host_comms.h.
| uint16_t Ch_Error | 
Indicates Error on channel.
Definition at line 89 of file admw1001_host_comms.h.
| uint16_t Ch_Raw | 
Indicates if Raw sensor data field is valid.
Definition at line 91 of file admw1001_host_comms.h.
| uint16_t Ch_Valid | 
Indicates if this Result structure is valid.
Definition at line 92 of file admw1001_host_comms.h.
| uint16_t Channel_ID | 
Indicates which channel this result corresponds to.
Definition at line 88 of file admw1001_host_comms.h.
| float32_t Raw_Sample | 
Raw sensor data value.
Definition at line 95 of file admw1001_host_comms.h.
| uint16_t Reserved | 
Reserved for future use.
Definition at line 93 of file admw1001_host_comms.h.
| float32_t Sensor_Result | 
Linearized and compensated sensor result.
Definition at line 87 of file admw1001_host_comms.h.
| ADMW_CORE_Alert_Detail_Ch_t Status | 
Indicates Status of this measurement.
Definition at line 94 of file admw1001_host_comms.h.
Generated on Wed Jul 13 2022 03:55:22 by
 1.7.2