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.
ADMW1001_MEASUREMENT_CONFIG Struct Reference
[ADMW1001 Host Library API]
#include <admw1001_config.h>
Data Fields | |
ADMW1001_OPERATING_MODE | operatingMode |
ADMW1001_DATAREADY_MODE | dataReadyMode |
uint8_t | excitationState |
uint8_t | groundSwitch |
uint8_t | fifoNumCycles |
uint32_t | cycleInterval |
bool | vBiasEnable |
float32_t | externalRef1Value |
float32_t | RSenseValue |
float32_t | externalRefVoltage |
float32_t | AVDDVoltage |
uint8_t | extVrefBuffMode |
Detailed Description
ADMW1001 Measurement Configuration options
Definition at line 359 of file admw1001_config.h.
Field Documentation
float32_t AVDDVoltage |
AVDD Voltage.
Definition at line 392 of file admw1001_config.h.
uint32_t cycleInterval |
Cycle interval - specifies the time interval between the start of each successive measurement cycle. Applicable only when operatingMode is not ADMW1001_OPERATING_MODE_SINGLECYCLE
Definition at line 373 of file admw1001_config.h.
Data read mode - specifies how output samples are stored for reading
Definition at line 363 of file admw1001_config.h.
uint8_t excitationState |
Excitation current state
Definition at line 365 of file admw1001_config.h.
float32_t externalRef1Value |
Voltage value connected to external reference input #1. Applicable only if the selected reference type is voltage. (see ADMW1001_ADC_REFERENCE_TYPE)
Definition at line 381 of file admw1001_config.h.
float32_t externalRefVoltage |
External Reference Voltage.
Definition at line 389 of file admw1001_config.h.
uint8_t extVrefBuffMode |
External Vref Buff mode. uint32_t reserved1[3]; /*!< Reserved for future use and ensure word alignment.
Definition at line 395 of file admw1001_config.h.
uint8_t fifoNumCycles |
Specifies the number of cycles to fill a FIFO buffer Applicable only when operatingMode is ADMW1001_OPERATING_MODE_CONTINUOUS
Definition at line 369 of file admw1001_config.h.
uint8_t groundSwitch |
Option to open or close sensor ground switch
Definition at line 367 of file admw1001_config.h.
Operating mode - specifies how measurement cycles are scheduled
Definition at line 361 of file admw1001_config.h.
float32_t RSenseValue |
Sense resistor value in Ohms.
Definition at line 387 of file admw1001_config.h.
bool vBiasEnable |
Enable voltage Bias output of ADC
Definition at line 378 of file admw1001_config.h.
Generated on Thu Jul 14 2022 10:53:50 by
