Diaz George / Mbed OS EV-PRO-MW1001_EXTVLTG-Dec18
Embed: (wiki syntax)

« Back to documentation index

ADMW1001_MEASUREMENT_CONFIG Struct Reference

ADMW1001_MEASUREMENT_CONFIG Struct Reference
[ADMW1001 Host Library API]

#include <admw1001_config.h>

Data Fields

ADMW1001_OPERATING_MODE operatingMode
ADMW1001_DATAREADY_MODE dataReadyMode
ADMW1001_MULTICYCLE_CONFIG multiCycleConfig
ADMW1001_FILTER_SETTLING filterSettling
ADMW1001_ADC_EXC_STATE excitationState
ADMW1001_ADC_GND_SW groundSwitch
uint8_t reserved0
uint32_t cycleInterval
bool vBiasEnable
float32_t externalRef1Value
float32_t RSenseValue
float32_t externalRefVoltage

Detailed Description

ADMW1001 Measurement Configuration options

Definition at line 449 of file admw1001_config.h.


Field Documentation

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 474 of file admw1001_config.h.

Data read mode - specifies how output samples are stored for reading

Definition at line 453 of file admw1001_config.h.

Excitation current state

Definition at line 467 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 482 of file admw1001_config.h.

float32_t externalRefVoltage

External Reference Voltage.

Definition at line 490 of file admw1001_config.h.

Analog filter settling - specifies the policy for settling time between consecutive measurements from an analog channel in a multi- channel configuration. Note that, in single analog channel configurations, settling time is always skipped between consecutive measurements in a measurement cycle.

Definition at line 460 of file admw1001_config.h.

Option to open or close sensor ground switch

Definition at line 469 of file admw1001_config.h.

Multi-Cycle configuration - specifies how bursts of measurement cycles are scheduled. Applicable only when operatingMode is ADMW1001_OPERATING_MODE_MULTICYCLE

Definition at line 455 of file admw1001_config.h.

Operating mode - specifies how measurement cycles are scheduled

Definition at line 451 of file admw1001_config.h.

uint8_t reserved0

Reserved for future use and ensure word alignment.

Definition at line 471 of file admw1001_config.h.

float32_t RSenseValue

Sense resistor value in Ohms.

Definition at line 488 of file admw1001_config.h.

Enable voltage Bias output of ADC

Definition at line 479 of file admw1001_config.h.