James Reynolds / AD594x Driver
Embed: (wiki syntax)

« Back to documentation index

WGCfg_Type Struct Reference

WGCfg_Type Struct Reference
[TypeDefinitions]

Waveform generator configuration. More...

#include <ad5940.h>

Data Fields

uint32_t WgType
 Select from WGTYPE_MMR, WGTYPE_SIN, WGTYPE_TRAPZ.
BoolFlag GainCalEn
 Enable Gain calibration.
BoolFlag OffsetCalEn
 Enable offset calibration.
WGTrapzCfg_Type TrapzCfg
 Configure Trapezoid generator.
WGSinCfg_Type SinCfg
 Configure Sine wave generator.
uint32_t WgCode
 The 12bit data WG will move to DAC data register.

Detailed Description

Waveform generator configuration.

Definition at line 4427 of file ad5940.h.


Field Documentation

Enable Gain calibration.

Definition at line 4430 of file ad5940.h.

Enable offset calibration.

Definition at line 4431 of file ad5940.h.

Configure Sine wave generator.

Definition at line 4433 of file ad5940.h.

Configure Trapezoid generator.

Definition at line 4432 of file ad5940.h.

uint32_t WgCode

The 12bit data WG will move to DAC data register.

Definition at line 4434 of file ad5940.h.

uint32_t WgType

Select from WGTYPE_MMR, WGTYPE_SIN, WGTYPE_TRAPZ.

HSDAC is always connected to WG.

Definition at line 4429 of file ad5940.h.