James Reynolds / AD594x Driver
Embed: (wiki syntax)

« Back to documentation index

WGSinCfg_Type Struct Reference

WGSinCfg_Type Struct Reference
[TypeDefinitions]

Sin wave generator parameters. More...

#include <ad5940.h>

Data Fields

uint32_t SinFreqWord
 Frequency word.
uint32_t SinAmplitudeWord
 Amplitude word, range is 0 to 2047.
uint32_t SinOffsetWord
 Offset word, range is 0 to 4095.
uint32_t SinPhaseWord
 the start phase of sine wave.

Detailed Description

Sin wave generator parameters.

Definition at line 4416 of file ad5940.h.


Field Documentation

uint32_t SinAmplitudeWord

Amplitude word, range is 0 to 2047.

Definition at line 4419 of file ad5940.h.

uint32_t SinFreqWord

Frequency word.

Definition at line 4418 of file ad5940.h.

uint32_t SinOffsetWord

Offset word, range is 0 to 4095.

Definition at line 4420 of file ad5940.h.

uint32_t SinPhaseWord

the start phase of sine wave.

Use to tune start phase of signal.

Definition at line 4421 of file ad5940.h.