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.
Fork of AdiSense1000 by
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.
ADI_SENSE_CHANNEL_ALERT_FLAGS channelAlerts[ADI_SENSE_MAX_CHANNELS] |
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.
Generated on Wed Jul 13 2022 13:02:05 by
