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

#include <ad5755.h>

Data Fields

bool ext_dc_dc_compenstation_resistor
 
enum ad5755_dc_dc_phase dc_dc_phase
 
enum ad5755_dc_dc_freq dc_dc_freq
 
enum ad5755_dc_dc_maxv dc_dc_maxv
 
struct {
   enum ad5755_mode   mode
 
   bool   ext_current_sense_resistor
 
   bool   enable_voltage_overrange
 
   struct {
      bool   enable
 
      enum ad5755_slew_rate   rate
 
      enum ad5755_slew_step_size   step_size
 
   }   slew
 
dac [4]
 

Detailed Description

struct ad5755_platform_data - AD5755 DAC driver platform data : Whether an external DC-DC converter compensation register is used. : DC-DC converter phase. : DC-DC converter frequency. : DC-DC maximum allowed boost voltage. .mode: The mode to be used for the DAC output. .ext_current_sense_resistor: Whether an external current sense resistor is used. .enable_voltage_overrange: Whether to enable 20% voltage output overrange. .slew.enable: Whether to enable digital slew. .slew.rate: Slew rate of the digital slew. .slew.step_size: Slew step size of the digital slew.

Definition at line 85 of file ad5755.h.

Field Documentation

struct { ... } dac[4]
enum ad5755_dc_dc_freq dc_dc_freq

Definition at line 88 of file ad5755.h.

enum ad5755_dc_dc_maxv dc_dc_maxv

Definition at line 89 of file ad5755.h.

enum ad5755_dc_dc_phase dc_dc_phase

Definition at line 87 of file ad5755.h.

bool enable

Definition at line 96 of file ad5755.h.

bool enable_voltage_overrange

Definition at line 94 of file ad5755.h.

bool ext_current_sense_resistor

Definition at line 93 of file ad5755.h.

bool ext_dc_dc_compenstation_resistor

Definition at line 86 of file ad5755.h.

enum ad5755_mode mode

Definition at line 92 of file ad5755.h.

enum ad5755_slew_rate rate

Definition at line 97 of file ad5755.h.

struct { ... } slew
enum ad5755_slew_step_size step_size

Definition at line 98 of file ad5755.h.


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