Bumped Mbed FW version to 01.20.0080

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


Field Documentation

float32_t AVDDVoltage

AVDD Voltage.

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

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

Definition at line 383 of file admw1001_config.h.

uint8_t excitationState

Excitation current state

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

float32_t externalRefVoltage

External Reference Voltage.

Definition at line 409 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 415 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 389 of file admw1001_config.h.

uint8_t groundSwitch

Option to open or close sensor ground switch

Definition at line 387 of file admw1001_config.h.

Operating mode - specifies how measurement cycles are scheduled

Definition at line 381 of file admw1001_config.h.

float32_t RSenseValue

Sense resistor value in Ohms.

Definition at line 407 of file admw1001_config.h.

Enable voltage Bias output of ADC

Definition at line 398 of file admw1001_config.h.