Host API Example for the ADMW1001

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
uint8_t reserved0 [3]
uint32_t cycleInterval
bool vBiasEnable
float32_t externalRef1Value
uint32_t reserved1 [4]

Detailed Description

ADMW1001 Measurement Configuration options

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

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

Definition at line 470 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 495 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 477 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 472 of file admw1001_config.h.

Operating mode - specifies how measurement cycles are scheduled

Definition at line 468 of file admw1001_config.h.

uint8_t reserved0[3]

Reserved for future use and ensure word alignment.

Definition at line 484 of file admw1001_config.h.

uint32_t reserved1[4]

Reserved for future use and ensure word alignment.

Definition at line 501 of file admw1001_config.h.

Enable voltage Bias output of ADC

Definition at line 492 of file admw1001_config.h.