Linux Kernel
3.7.1
|
#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 |
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