no-OS
ad9250_cfg.h
Go to the documentation of this file.
1 /***************************************************************************/
33 #ifndef __AD9250_CFG_H__
34 #define __AD9250_CFG_H__
35 
36 /******************************************************************************/
37 /****************************** Include Files *********************************/
38 /******************************************************************************/
39 #include "ad9250.h"
40 
41 /*****************************************************************************/
42 /************************ Variables Declarations *****************************/
43 /*****************************************************************************/
45  0, // extrnPDWNmode
46  1, // enClkDCS
47  0, // clkSelection
48  0, // clkDivRatio
49  0, // clkDivPhase
50  15, // adcVref
51  0, // pllLowEncode
52  "ad9250-lpc" //name
53 };
54 
56  0, // jtxInStandBy
57  3, // cmlLevel
58  0x22, // quickCfgOption
59  1, // subclass
60  0, // ctrlBitsNo
61  0, // ctrlBitsAssign
62  0, // tailBitsMode
63  0xF0, // did
64  0x00, // bid
65  0x00, // lid0
66  0x00, // lid1
67  32, // k
68  1, // scrambling
69  1, // ilasMode
70  0, // invertLogicBits
71  0, // enIlasTest
72  0, // enSysRef
73  0, // enSyncInB
74  0, // sysRefMode
75  1, // alignSyncInB
76  0, // alignSysRef
77  0, // lane0Assign
78  1, // lane1Assign
79 };
80 
82  0, // enFd
83  0, // pinFunction
84  0, // forcePins
85  0, // pinForceValue
86  0, // fdUpperTresh
87  0, // fdLowerTresh
88  0, // dfDwellTime
89 };
90 
91 #endif // __AD9250_CFG_H__
ad9250_fast_detect
struct ad9250_fast_detect_cfg ad9250_fast_detect
Definition: ad9250_cfg.h:81
ad9250_pdata_lpc
struct ad9250_platform_data ad9250_pdata_lpc
Definition: ad9250_cfg.h:44
ad9250.h
Header file of AD9250 Driver.
ad9250_jesd204b_interface
struct ad9250_jesd204b_cfg ad9250_jesd204b_interface
Definition: ad9250_cfg.h:55
ad9250_fast_detect_cfg
Fast Detect module configuration.
Definition: ad9250.h:457
ad9250_jesd204b_cfg
JESD204B interface configuration.
Definition: ad9250.h:320
ad9250_platform_data
Platform specific information.
Definition: ad9250.h:259