Bumped Mbed FW version to 01.20.0080

Embed: (wiki syntax)

« Back to documentation index

ADMW1001_MULTICYCLE_CONFIG Struct Reference

ADMW1001_MULTICYCLE_CONFIG Struct Reference
[ADMW1001 Host Library API]

#include <admw1001_config.h>

Data Fields

uint32_t cyclesPerBurst
uint32_t burstInterval

Detailed Description

ADMW1001 Multi-Cycle Configuration options

Note:
required only when ADMW1001_OPERATING_MODE_MULTICYCLE is selected as the operatingMode (ADMW1001_MEASUREMENT_CONFIG)

Definition at line 368 of file admw1001_config.h.


Field Documentation

uint32_t burstInterval

Interval, in seconds, between each successive burst of cycles

Definition at line 373 of file admw1001_config.h.

uint32_t cyclesPerBurst

Number of cycles to complete for a single burst

Definition at line 371 of file admw1001_config.h.