|
enum | ADF4351_PHASE_ADJ_t { ADF4351_PHASE_ADJ_OFF,
ADF4351_PHASE_ADJ_ON
} |
| Phase adjust type The phase adjust bit (Bit DB28) enables adjustment of the output phase of a given output frequency. More...
|
|
enum | ADF4351_PRESCALER_t { ADF4351_PRESCALER_4_5,
ADF4351_PRESCALER_8_9
} |
| Prescaler Value type The dual-modulus prescaler (P/P + 1), along with the INT, FRAC, and MOD values, determines the overall division ratio from the VCO output to the PFD input. More...
|
|
enum | ADF4351_SPURNOISE_t { ADF4351_LOW_NOISE_MODE,
ADF4351_LOW_SPUR_MODE = 3
} |
| Low Noise and Low Spur Modes type The noise mode allows the user to optimize a design either for improved spurious performance or for improved phase noise performance. More...
|
|
enum | ADF4351_MUX_t {
ADF4351_MUX_THREESTATE,
ADF4351_MUX_DVDD,
ADF4351_MUX_DGND,
ADF4351_MUX_RCOUNTER,
ADF4351_MUX_NDIVIDER,
ADF4351_MUX_ANALOGLOCK,
ADF4351_MUX_DIGITALLOCK
} |
| MUXOUT type The on-chip multiplexer. More...
|
|
enum | ADF4351_ED_t { ADF4351_DISABLE,
ADF4351_ENABLE
} |
| Disable/Enable type various bits are Disable(0)/Enable(1) type. More...
|
|
enum | ADF4351_CPCURRENT_t {
ADF4351_CPCURRENT_0_31,
ADF4351_CPCURRENT_0_63,
ADF4351_CPCURRENT_0_94,
ADF4351_CPCURRENT_1_25,
ADF4351_CPCURRENT_1_56,
ADF4351_CPCURRENT_1_88,
ADF4351_CPCURRENT_2_19,
ADF4351_CPCURRENT_2_50,
ADF4351_CPCURRENT_2_81,
ADF4351_CPCURRENT_3_13,
ADF4351_CPCURRENT_3_44,
ADF4351_CPCURRENT_3_75,
ADF4351_CPCURRENT_4_06,
ADF4351_CPCURRENT_4_38,
ADF4351_CPCURRENT_4_69,
ADF4351_CPCURRENT_5_00
} |
| Charge Pump Current Setting type This value should be set to the charge pump current that the loop filter is designed with. More...
|
|
enum | ADF4351_LDF_t { ADF4351_LDF_FRAC,
ADF4351_LDF_INT
} |
| Lock Detect Function type The LDF controls the number of PFD cycles monitored by the lock detect circuit to ascertain whether lock has been achieved. More...
|
|
enum | ADF4351_LDP_t { ADF4351_LDP_10NS,
ADF4351_LDP_6NS
} |
| Lock Detect Precision type The lock detect precision sets the comparison window in the lock detect circuit. More...
|
|
enum | ADF4351_POLARITY_t { ADF4351_POLARITY_NEGATIVE,
ADF4351_POLARITY_POSITIVE
} |
| Phase Detector Polarity type Phase Detector Polarity. More...
|
|
enum | ADF4351_BANDCLOCK_t { ADF4351_BANDCLOCK_LOW,
ADF4351_BANDCLOCK_HIGH
} |
| Band Select Clock Mode type. More...
|
|
enum | ADF4351_ABP_t { ADF4351_ABP_6NS,
ADF4351_ABP_3NS
} |
| Antibacklash Pulse Width type. More...
|
|
enum | ADF4351_CLKDIVMODE_t { ADF4351_CLKDIVMODE_OFF,
ADF4351_CLKDIVMODE_FAST_LOCK,
ADF4351_CLKDIVMODE_RESYNC
} |
| Clock Divider Mode type. More...
|
|
enum | ADF4351_FEEDBACK_t { ADF4351_FEEDBACK_DIVIDED,
ADF4351_FEEDBACK_FUNDAMENTAL
} |
| Feedback Select type. More...
|
|
enum | ADF4351_RFDIV_t {
ADF4351_RFDIV_1,
ADF4351_RFDIV_2,
ADF4351_RFDIV_4,
ADF4351_RFDIV_8,
ADF4351_RFDIV_16,
ADF4351_RFDIV_32,
ADF4351_RFDIV_64
} |
| RF Divider Select type. More...
|
|
enum | ADF4351_REFDIV_t { ADF4351_REFDIV_1,
ADF4351_REFDIV_2
} |
| Reference Divider. More...
|
|
enum | ADF4351_REFMUL_t { ADF4351_REFMUL_1,
ADF4351_REFMUL_2
} |
| Reference Doubler. More...
|
|
enum | ADF4351_VCO_POWER_t { ADF4351_VCO_POWERUP,
ADF4351_VCO_POWERDOWN
} |
| VCO Power-Down type. More...
|
|
enum | ADF4351_POWER_t { ADF4351_POWER_MINUS4DB,
ADF4351_POWER_MINUS1DB,
ADF4351_POWER_PLUS2DB,
ADF4351_POWER_PLUS5DB
} |
| Output Power type. More...
|
|
enum | ADF4351_LD_PIN_t { ADF4351_LD_PIN_LOW,
ADF4351_LD_PIN_DIGITAL_LOCK,
ADF4351_LD_PIN_LOW_,
ADF4351_LD_PIN_HIGH
} |
| Lock Detect Pin Operation type. More...
|
|
enum | ADF4351_ERR_t {
ADF4351_Err_None,
ADF4351_Err_PFD,
ADF4351_Err_BandSelFreqTooHigh,
ADF4351_Err_InvalidRCounterValue,
ADF4351_Err_NoGCD_PhaseAdj,
ADF4351_Err_RFoutTooHigh,
ADF4351_Err_RFoutTooLow,
ADF4351_Err_REFinTooHigh,
ADF4351_Err_InvalidN,
ADF4351_Err_InvalidMOD,
ADF4351_Warn_NotTuned,
ADF4351_Err_InvalidMODLowSpur
} |
| ADF4351 Driver Error codes. More...
|
|