no-OS
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__
ADF4106_R_ABP_2_9NS
#define ADF4106_R_ABP_2_9NS
Definition: adf4106.h:96
ADF4106_R_TMB_NORMAL
#define ADF4106_R_TMB_NORMAL
Definition: adf4106.h:105
ADF4106_SYNC_PWD
#define ADF4106_SYNC_PWD
Definition: adf4106.h:239
ADF4106_MUXOUT_NDIV_OUTPUT
#define ADF4106_MUXOUT_NDIV_OUTPUT
Definition: adf4106.h:195
ADF4106_N_CP_GAIN_1
#define ADF4106_N_CP_GAIN_1
Definition: adf4106.h:128
ADF4106_CR_NORMAL
#define ADF4106_CR_NORMAL
Definition: adf4106.h:187
ADF4106_CP_NORMAL
#define ADF4106_CP_NORMAL
Definition: adf4106.h:205
ADF4106_R_LDP_5
#define ADF4106_R_LDP_5
Definition: adf4106.h:112
ADF4106_PDPOL_NEGATIVE
#define ADF4106_PDPOL_NEGATIVE
Definition: adf4106.h:202
ADF4106_PS_8_9
#define ADF4106_PS_8_9
Definition: adf4106.h:241
ADF4106_TCC_3
#define ADF4106_TCC_3
Definition: adf4106.h:212
ADF4106_CS_2_5
#define ADF4106_CS_2_5
Definition: adf4106.h:232
ADF4106_FASTLOCK_MODE1
#define ADF4106_FASTLOCK_MODE1
Definition: adf4106.h:209
ADF4106_PD1_NORMAL
#define ADF4106_PD1_NORMAL
Definition: adf4106.h:190
adf4106_settings_t
store the value of all the latch and the input reference frequency
Definition: adf4106.h:259
adf4106_st
struct adf4106_settings_t adf4106_st
Definition: adf4106_cfg.h:39