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_MULTICYCLE_CONFIG Struct Reference

ADI_SENSE_1000_MULTICYCLE_CONFIG Struct Reference
[ADI Sense 1000 Host Library API]

#include <adi_sense_1000_config.h>

Data Fields

uint32_t cyclesPerBurst
uint32_t burstInterval

Detailed Description

ADI Sense 1000 Multi-Cycle Configuration options

Note:
required only when ADI_SENSE_1000_OPERATING_MODE_MULTICYCLE is selected as the operatingMode (ADI_SENSE_1000_MEASUREMENT_CONFIG)

Definition at line 280 of file adi_sense_1000_config.h.


Field Documentation

uint32_t burstInterval

Interval, in seconds, between each successive burst of cycles

Definition at line 284 of file adi_sense_1000_config.h.

uint32_t cyclesPerBurst

Number of cycles to complete for a single burst

Definition at line 282 of file adi_sense_1000_config.h.