
Bumped Mbed FW version to 01.20.0080
Diff: inc/admw1001/admw1001_config.h
- Revision:
- 72:35ea0b4e725b
- Parent:
- 63:2655a04c00f5
--- 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. */