no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ad6673_cfg.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __AD6673_CFG_H__
34#define __AD6673_CFG_H__
35
36#include "ad6673.h"
37
39 0, // extrnPDWNmode
40 1, // enClkDCS
41 0, // clkSelection
42 0, // clkDivRatio
43 0, // clkDivPhase
44 15, // adcVref
45 0, // pllLowEncode
46 "ad6673-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 // __AD6673_CFG_H__
Header file of AD6673 Driver.
struct ad6673_platform_data ad6673_pdata_lpc
Definition ad6673_cfg.h:38
struct ad6673_fast_detect_cfg ad6673_fast_detect
Definition ad6673_cfg.h:75
struct ad6673_jesd204b_cfg ad6673_jesd204b_interface
Definition ad6673_cfg.h:49
Fast Detect module configuration.
Definition ad6673.h:441
JESD204B interface configuration.
Definition ad6673.h:304
Platform specific information.
Definition ad6673.h:243