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:
- 72:35ea0b4e725b
- Parent:
- 63:2655a04c00f5
- Child:
- 75:434d91af4cc7
--- a/inc/admw1001/admw1001_config.h Thu Apr 23 08:34:45 2020 +0000
+++ b/inc/admw1001/admw1001_config.h Fri Apr 24 06:37:01 2020 +0000
@@ -121,6 +121,18 @@
} ADMW1001_POWER_MODE;
+/*! ADMW1001 External Vref Buffer Mode options */
+typedef enum
+{
+ ADMW1001_VREF_BUFF_MODE_DISABLE_BOTH = 0,
+ /*!< Both Vref+ and Vref- buffers to be disabled */
+ ADMW1001_VREF_BUFF_MODE_ONLY_POS,
+ /*!< only Vref+ buffer to be disabled */
+ ADMW1001_VREF_BUFF_MODE_ONLY_NEG,
+ /*!< Only Vref- buffers to be disabled */
+ ADMW1001_VREF_BUFF_MODE_ENABLE_BOTH,
+ /*!< Both Vref+ and Vref- buffers to be Enabled */
+} ADMW1001_VREF_BUFFER_MODE;
/*! ADMW1001 measurement unit options
*
@@ -399,7 +411,9 @@
float32_t AVDDVoltage;
/*!< AVDD Voltage.
*/
- uint32_t reserved1[1];
+ uint8_t extVrefBuffMode;
+ /*!< External Vref Buff mode.
+ uint32_t reserved1[3];
/*!< Reserved for future use and ensure word alignment.
*/