Analog Devices / Mbed OS ADISense1000_Example_FW

Fork of ADISense_ExampleFirmware by Sean Wilson

Embed: (wiki syntax)

« Back to documentation index

ADI_SENSE_STATUS Struct Reference

ADI_SENSE_STATUS Struct Reference
[ADI Sense 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 ADI Sense device.

Definition at line 163 of file adi_sense_api.h.


Field Documentation

uint32_t alertCode

Code identifying the last alert signalled by the device

Definition at line 173 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 175 of file adi_sense_api.h.

Per-channel alert status information from the device

Definition at line 169 of file adi_sense_api.h.

General summary status information from the device

Definition at line 165 of file adi_sense_api.h.

Diagnostic error status information from the device

Definition at line 167 of file adi_sense_api.h.

uint32_t errorCode

Code identifying the last error signalled by the device

Definition at line 171 of file adi_sense_api.h.