Bumped Mbed FW version to 01.20.0080

Embed: (wiki syntax)

« Back to documentation index

_ADMW1001_Sensor_Result_t Struct Reference

_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.