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 ADISense_ExampleFirmware by
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.
ADI_SENSE_CHANNEL_ALERT_FLAGS channelAlerts[ADI_SENSE_MAX_CHANNELS] |
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.
Generated on Tue Jul 12 2022 19:29:36 by
