no-OS
ad6673_cfg.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef __AD6673_CFG_H__
40 #define __AD6673_CFG_H__
41 
42 /******************************************************************************/
43 /****************************** Include Files *********************************/
44 /******************************************************************************/
45 #include "ad6673.h"
46 
47 /******************************************************************************/
48 /************************ Variables Declarations ******************************/
49 /******************************************************************************/
51  0, // extrnPDWNmode
52  1, // enClkDCS
53  0, // clkSelection
54  0, // clkDivRatio
55  0, // clkDivPhase
56  15, // adcVref
57  0, // pllLowEncode
58  "ad6673-lpc" //name
59 };
60 
62  0, // jtxInStandBy
63  3, // cmlLevel
64  0x22, // quickCfgOption
65  1, // subclass
66  0, // ctrlBitsNo
67  0, // ctrlBitsAssign
68  0, // tailBitsMode
69  0xF0, // did
70  0x00, // bid
71  0x00, // lid0
72  0x00, // lid1
73  32, // k
74  1, // scrambling
75  1, // ilasMode
76  0, // invertLogicBits
77  0, // enIlasTest
78  0, // enSysRef
79  0, // enSyncInB
80  0, // sysRefMode
81  1, // alignSyncInB
82  0, // alignSysRef
83  0, // lane0Assign
84  1, // lane1Assign
85 };
86 
88  0, // enFd
89  0, // pinFunction
90  0, // forcePins
91  0, // pinForceValue
92  0, // fdUpperTresh
93  0, // fdLowerTresh
94  0, // dfDwellTime
95 };
96 
97 #endif // __AD6673_CFG_H__
ad6673_jesd204b_interface
struct ad6673_jesd204b_cfg ad6673_jesd204b_interface
Definition: ad6673_cfg.h:61
ad6673.h
Header file of AD6673 Driver.
ad6673_platform_data
Platform specific information.
Definition: ad6673.h:260
ad6673_jesd204b_cfg
JESD204B interface configuration.
Definition: ad6673.h:321
ad6673_fast_detect
struct ad6673_fast_detect_cfg ad6673_fast_detect
Definition: ad6673_cfg.h:87
ad6673_fast_detect_cfg
Fast Detect module configuration.
Definition: ad6673.h:458
ad6673_pdata_lpc
struct ad6673_platform_data ad6673_pdata_lpc
Definition: ad6673_cfg.h:50