CAC_smartcushion / Mbed OS 2Temp_ADISense1000_Example

Fork of ADISense1000_Example_FW by Analog Devices

Embed: (wiki syntax)

« Back to documentation index

ADI_SENSE_1000_MEASUREMENT_CONFIG Struct Reference

ADI_SENSE_1000_MEASUREMENT_CONFIG Struct Reference
[ADI Sense 1000 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_MULTICYCLE_CONFIG multiCycleConfig
uint32_t cycleInterval
float32_t externalRef1Value
float32_t externalRef2Value

Detailed Description

ADI Sense 1000 Measurement Configuration options

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

Definition at line 299 of file adi_sense_1000_config.h.

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

Definition at line 292 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 304 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 311 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 294 of file adi_sense_1000_config.h.

Operating mode - specifies how measurement cycles are scheduled

Definition at line 290 of file adi_sense_1000_config.h.