no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
adf4106_cfg.h
Go to the documentation of this file.
1/***************************************************************************/
36#ifndef __ADF4106_CFG_H__
37#define __ADF4106_CFG_H__
38
40 10000000, // RFIN is 10Mhz
41 200000, // User defined PFD max frequency
42 10, // refCounter
43 ADF4106_R_ABP_2_9NS, // Anti-backlash Pulse Width options
44 ADF4106_R_TMB_NORMAL, // Test Mode Bits
45 ADF4106_R_LDP_5, // Lock Detect Precision
46 4, // N Counter Latch A
47 2, // N Counter Latch B
48 ADF4106_N_CP_GAIN_1, // Charge Pump Gain Settings
49 ADF4106_CR_NORMAL, // Counter Reset Bit
50 ADF4106_PD1_NORMAL, // Power Down Bit 1
51 ADF4106_MUXOUT_NDIV_OUTPUT, // Muxout Control
52 ADF4106_PDPOL_NEGATIVE, // Phase Detector Polarity
53 ADF4106_CP_NORMAL, // Charge Pump Output
54 ADF4106_FASTLOCK_MODE1, // Fastlock Mode
55 ADF4106_TCC_3, // Timer Counter Control
56 ADF4106_CS_2_5, // Current Setting 1
57 ADF4106_CS_2_5, // Current Setting 2
58 ADF4106_SYNC_PWD, // Synchronous or asynchronous power down
59 ADF4106_PS_8_9 // Prescaler value
60};
61
62#endif // __ADF4106_CFG_H__
#define ADF4106_R_LDP_5
Definition adf4106.h:106
#define ADF4106_FASTLOCK_MODE1
Definition adf4106.h:203
#define ADF4106_CS_2_5
Definition adf4106.h:226
#define ADF4106_PD1_NORMAL
Definition adf4106.h:184
#define ADF4106_R_TMB_NORMAL
Definition adf4106.h:99
#define ADF4106_PDPOL_NEGATIVE
Definition adf4106.h:196
#define ADF4106_MUXOUT_NDIV_OUTPUT
Definition adf4106.h:189
#define ADF4106_CR_NORMAL
Definition adf4106.h:181
#define ADF4106_R_ABP_2_9NS
Definition adf4106.h:90
#define ADF4106_N_CP_GAIN_1
Definition adf4106.h:122
#define ADF4106_SYNC_PWD
Definition adf4106.h:233
#define ADF4106_PS_8_9
Definition adf4106.h:235
#define ADF4106_CP_NORMAL
Definition adf4106.h:199
#define ADF4106_TCC_3
Definition adf4106.h:206
struct adf4106_settings_t adf4106_st
Definition adf4106_cfg.h:39
store the value of all the latch and the input reference frequency
Definition adf4106.h:249