Host API Example for the ADMW1001

Embed: (wiki syntax)

« Back to documentation index

ADMW1001_Sensor_Result_t Struct Reference

ADMW1001_Sensor_Result_t Struct Reference

#include <admw1001_host_comms.h>


Detailed Description

ADMW1001 Sensor Result bit field structure

Definition at line 79 of file admw1001_host_comms.h.


Field Documentation

uint32_t Ch_Alert

Indicates Alert on channel.

Definition at line 85 of file admw1001_host_comms.h.

uint32_t Ch_Error

Indicates Error on channel.

Definition at line 84 of file admw1001_host_comms.h.

uint32_t Ch_Raw

Indicates if Raw sensor data field is valid.

Definition at line 86 of file admw1001_host_comms.h.

uint32_t Ch_Valid

Indicates if this Result structure is valid.

Definition at line 87 of file admw1001_host_comms.h.

uint32_t Channel_ID

Indicates which channel this result corresponds to.

Definition at line 83 of file admw1001_host_comms.h.

uint32_t Raw_Sample

Raw sensor data value.

Definition at line 88 of file admw1001_host_comms.h.

float32_t Sensor_Result

Linearized and compensated sensor result.

Definition at line 82 of file admw1001_host_comms.h.