James Reynolds / AD594x Driver
Embed: (wiki syntax)

« Back to documentation index

ADCPGACal_Type Struct Reference

ADCPGACal_Type Struct Reference
[TypeDefinitions]

ADC PGA calibration type. More...

#include <ad5940.h>

Data Fields

float SysClkFreq
 The real frequency of system clock.
float AdcClkFreq
 The real frequency of ADC clock.
float VRef1p82
 The real voltage of 1.82 reference.
float VRef1p11
 The real voltage of 1.1 reference.
uint32_t ADCSinc3Osr
 SINC3OSR_5, SINC3OSR_4 or SINC3OSR_2.
uint32_t ADCSinc2Osr
 SINC3OSR_5, SINC3OSR_4 or SINC3OSR_2.
uint32_t ADCPga
 Which PGA gain we are going to calibrate?
uint32_t PGACalType
 Calibrate gain of offset or gain+offset?
int32_t TimeOut10us
 Timeout in 10us.

Detailed Description

ADC PGA calibration type.

Definition at line 4659 of file ad5940.h.


Field Documentation

float AdcClkFreq

The real frequency of ADC clock.

Definition at line 4662 of file ad5940.h.

uint32_t ADCPga

Which PGA gain we are going to calibrate?

Definition at line 4667 of file ad5940.h.

uint32_t ADCSinc2Osr

SINC3OSR_5, SINC3OSR_4 or SINC3OSR_2.

Definition at line 4666 of file ad5940.h.

uint32_t ADCSinc3Osr

SINC3OSR_5, SINC3OSR_4 or SINC3OSR_2.

Definition at line 4665 of file ad5940.h.

uint32_t PGACalType

Calibrate gain of offset or gain+offset?

Definition at line 4668 of file ad5940.h.

float SysClkFreq

The real frequency of system clock.

Definition at line 4661 of file ad5940.h.

int32_t TimeOut10us

Timeout in 10us.

-1 means no time-out

Definition at line 4669 of file ad5940.h.

float VRef1p11

The real voltage of 1.1 reference.

Unit is volt.

Definition at line 4664 of file ad5940.h.

float VRef1p82

The real voltage of 1.82 reference.

Unit is volt.

Definition at line 4663 of file ad5940.h.