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/admw1001/admw1001_config.h
- Revision:
- 43:e1789b7214cf
- Parent:
- 34:b60ee1e0af2b
- Child:
- 45:f5f553b8c0d5
diff -r c9c5a22e539e -r e1789b7214cf inc/admw1001/admw1001_config.h
--- a/inc/admw1001/admw1001_config.h Tue Dec 10 09:00:11 2019 +0000
+++ b/inc/admw1001/admw1001_config.h Tue Jan 07 05:45:58 2020 +0000
@@ -463,7 +463,11 @@
* configurations, settling time is always skipped between consecutive
* measurements in a measurement cycle.
*/
- uint8_t reserved0[3];
+ ADMW1001_ADC_EXC_STATE excitationState;
+ /*!< Excitation current state */
+ ADMW1001_ADC_GND_SW groundSwitch;
+ /*!< Option to open or close sensor ground switch */
+ uint8_t reserved0;
/*!< Reserved for future use and ensure word alignment.
*/
uint32_t cycleInterval;
@@ -495,8 +499,6 @@
* specific sensor types
*/
typedef struct {
- ADMW1001_ADC_EXC_STATE excitationState;
- /*!< Excitation current state */
ADMW1001_ADC_EXC_CURRENT outputLevel;
/*!< Excitation current output level */
ADMW1001_ADC_EXC_CURRENT_DIODE_RATIO diodeRatio;
@@ -517,9 +519,6 @@
/*!< Enable filter chop */
bool notch1p2;
/*!< Enable Notch 2 Filter Mode */
- ADMW1001_ADC_GND_SW groundSwitch;
- /*!< Option to open or close sensor ground switch */
-
} ADMW1001_ADC_FILTER_CONFIG;
/*! ADMW1001 ADC analog channel configuration details