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.
Diff: inc/admw_api.h
- Revision:
- 63:2655a04c00f5
- Parent:
- 56:38b36e947602
- Child:
- 64:e8670e971e22
--- a/inc/admw_api.h Wed Apr 08 10:05:08 2020 +0000
+++ b/inc/admw_api.h Tue Apr 14 06:43:47 2020 +0000
@@ -113,17 +113,6 @@
} ADMW_DEVICE_STATUS_FLAGS;
-/*! Bit masks (flags) for the different diagnostics status indicators. */
-typedef enum
-{
- ADMW_DIAGNOSTICS_STATUS_CHECKSUM_ERROR = (1 << 0),
- /*!< Indicates Error on Internal Checksum Calculations */
- ADMW_DIAGNOSTICS_STATUS_CONVERSION_ERROR = (1 << 8),
- /*!< Indicates Error During Internal ADC Conversions */
- ADMW_DIAGNOSTICS_STATUS_CALIBRATION_ERROR = (1 << 9),
- /*!< Indicates Error During Internal Device Calibrations */
-
-} ADMW_DIAGNOSTICS_STATUS_FLAGS;
/*! Bit masks (flags) for the different channel alert indicators. */
typedef enum
@@ -151,8 +140,6 @@
{
ADMW_DEVICE_STATUS_FLAGS deviceStatus;
/*!< General summary status information from the device */
- ADMW_DIAGNOSTICS_STATUS_FLAGS diagnosticsStatus;
- /*!< Diagnostic error status information from the device */
ADMW_CHANNEL_ALERT_FLAGS channelAlerts[ADMW1001_MAX_CHANNELS];
/*!< Per-channel alert status information from the device */
uint32_t errorCode;