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