Sean Wilson / Mbed OS AdiSense1000_V21

Fork of AdiSense1000 by PoC_Team

Embed: (wiki syntax)

« Back to documentation index

ADI_SENSE_STATUS Struct Reference

ADI_SENSE_STATUS Struct Reference
[ADISENSE Host Library API]

#include <adi_sense_api.h>

Data Fields

ADI_SENSE_DEVICE_STATUS_FLAGS deviceStatus
ADI_SENSE_DIAGNOSTICS_STATUS_FLAGS diagnosticsStatus
ADI_SENSE_CHANNEL_ALERT_FLAGS channelAlerts [ADI_SENSE_MAX_CHANNELS]
uint32_t errorCode
uint32_t alertCode
uint32_t channelAlertCodes [ADI_SENSE_MAX_CHANNELS]

Detailed Description

Status details retreived from the ADISENSE device.

Definition at line 155 of file adi_sense_api.h.


Field Documentation

uint32_t alertCode

Code identifying the last alert signalled by the device

Definition at line 165 of file adi_sense_api.h.

uint32_t channelAlertCodes[ADI_SENSE_MAX_CHANNELS]

Per-channel code identifying the last alert signalled for each channel

Definition at line 167 of file adi_sense_api.h.

Per-channel alert status information from the device

Definition at line 161 of file adi_sense_api.h.

General summary status information from the device

Definition at line 157 of file adi_sense_api.h.

Diagnostic error status information from the device

Definition at line 159 of file adi_sense_api.h.

uint32_t errorCode

Code identifying the last error signalled by the device

Definition at line 163 of file adi_sense_api.h.