SDMP_IOT / Mbed OS AdiSense1000_SmartBabySeat

Fork of Babyseat_NewFirmware_copy_sean by Ross O'Halloran

Embed: (wiki syntax)

« Back to documentation index

ADI_SENSE_1000_MULTICYCLE_CONFIG Struct Reference

ADI_SENSE_1000_MULTICYCLE_CONFIG Struct Reference
[ADSNS1000 Host Library API]

#include <adi_sense_1000_config.h>

Data Fields

uint32_t cyclesPerBurst
uint32_t burstInterval

Detailed Description

ADSNS1000 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 502 of file adi_sense_1000_config.h.


Field Documentation

uint32_t burstInterval

Interval, in seconds, between each successive burst of cycles

Definition at line 506 of file adi_sense_1000_config.h.

uint32_t cyclesPerBurst

Number of cycles to complete for a single burst

Definition at line 504 of file adi_sense_1000_config.h.