Test, please delete

Embed: (wiki syntax)

« Back to documentation index

ADI_SENSE_1000_MEASUREMENT_CONFIG Struct Reference

ADI_SENSE_1000_MEASUREMENT_CONFIG Struct Reference
[ADSNS1000 Host Library API]

#include <adi_sense_1000_config.h>

Data Fields

ADI_SENSE_1000_OPERATING_MODE operatingMode
ADI_SENSE_1000_DATAREADY_MODE dataReadyMode
ADI_SENSE_1000_CALIBRATION_MODE calibrationMode
ADI_SENSE_1000_MULTICYCLE_CONFIG multiCycleConfig
uint32_t cycleInterval
ADI_SENSE_1000_CYCLE_TYPE cycleType
float32_t externalRef1Value
float32_t externalRef2Value
bool enableExternalFlash

Detailed Description

ADSNS1000 Measurement Configuration options

Definition at line 510 of file adi_sense_1000_config.h.


Field Documentation

Calibration mode - specifies if adc calibration is performed after a latch command

Definition at line 516 of file adi_sense_1000_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 ADI_SENSE_1000_OPERATING_MODE_SINGLECYCLE

Definition at line 523 of file adi_sense_1000_config.h.

Cycle type - specifies how the channel list is traversed with each conversion during the cycle.

Definition at line 528 of file adi_sense_1000_config.h.

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

Definition at line 514 of file adi_sense_1000_config.h.

Enable the use of external flash memory for storage of samples.

Definition at line 546 of file adi_sense_1000_config.h.

float32_t externalRef1Value

Resistance/voltage value connected to external reference input #1. Applicable only if the selected reference type is ADI_SENSE_1000_ADC_REFERENCE_RESISTOR_EXTERNAL_1 or ADI_SENSE_1000_ADC_REFERENCE_VOLTAGE_EXTERNAL_1 (see ADI_SENSE_1000_ADC_REFERENCE_TYPE)

Definition at line 532 of file adi_sense_1000_config.h.

float32_t externalRef2Value

Resistance/voltage value connected to external reference input #2. Applicable only if the selected reference type is ADI_SENSE_1000_ADC_REFERENCE_RESISTOR_EXTERNAL_2 or ADI_SENSE_1000_ADC_REFERENCE_VOLTAGE_EXTERNAL_2 (see ADI_SENSE_1000_ADC_REFERENCE_TYPE)

Definition at line 539 of file adi_sense_1000_config.h.

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

Definition at line 518 of file adi_sense_1000_config.h.

Operating mode - specifies how measurement cycles are scheduled

Definition at line 512 of file adi_sense_1000_config.h.