James Reynolds / AD594x Driver
Embed: (wiki syntax)

« Back to documentation index

SoftSweepCfg_Type Struct Reference

SoftSweepCfg_Type Struct Reference
[TypeDefinitions]

Software controlled Sweep Function. More...

#include <ad5940.h>

Data Fields

BoolFlag SweepEn
 Software can automatically sweep frequency from following parameters.
float SweepStart
 Sweep start frequency.
float SweepStop
 Sweep end frequency.
uint32_t SweepPoints
 How many points from START to STOP frequency.
BoolFlag SweepLog
 The step is linear or logarithmic.
uint32_t SweepIndex
 Current position of sweep.

Detailed Description

Software controlled Sweep Function.

Definition at line 4712 of file ad5940.h.


Field Documentation

Software can automatically sweep frequency from following parameters.

Set value to 1 to enable it.

Definition at line 4714 of file ad5940.h.

uint32_t SweepIndex

Current position of sweep.

Definition at line 4719 of file ad5940.h.

The step is linear or logarithmic.

0: Linear, 1: Logarithmic

Definition at line 4718 of file ad5940.h.

uint32_t SweepPoints

How many points from START to STOP frequency.

Definition at line 4717 of file ad5940.h.

float SweepStart

Sweep start frequency.

Software will go back to the start frequency when it reaches SWEEP_STOP

Definition at line 4715 of file ad5940.h.

float SweepStop

Sweep end frequency.

Definition at line 4716 of file ad5940.h.