Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ad9834_platform_data Struct Reference

#include <ad9834.h>

Data Fields

unsigned int mclk
 
unsigned int freq0
 
unsigned int freq1
 
unsigned short phase0
 
unsigned short phase1
 
bool en_div2
 
bool en_signbit_msb_out
 

Detailed Description

struct ad9834_platform_data - platform specific information : master clock in Hz : power up freq0 tuning word in Hz : power up freq1 tuning word in Hz : power up phase0 value [0..4095] correlates with 0..2PI : power up phase1 value [0..4095] correlates with 0..2PI : digital output/2 is passed to the SIGN BIT OUT pin : the MSB (or MSB/2) of the DAC data is connected to the SIGN BIT OUT pin. en_div2 controls whether it is the MSB or MSB/2 that is output. if en_signbit_msb_out=false, the on-board comparator is connected to SIGN BIT OUT

Definition at line 91 of file ad9834.h.

Field Documentation

bool en_div2

Definition at line 97 of file ad9834.h.

bool en_signbit_msb_out

Definition at line 98 of file ad9834.h.

unsigned int freq0

Definition at line 93 of file ad9834.h.

unsigned int freq1

Definition at line 94 of file ad9834.h.

unsigned int mclk

Definition at line 92 of file ad9834.h.

unsigned short phase0

Definition at line 95 of file ad9834.h.

unsigned short phase1

Definition at line 96 of file ad9834.h.


The documentation for this struct was generated from the following file: