no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
adf4156_cfg.h
Go to the documentation of this file.
1/***************************************************************************/
34
35#ifndef __AD4156_CFG_H__
36#define __AD4156_CFG_H__
37
38#include "adf4156.h"
39
40static struct adf4156_platform_data adf4156_pdata_lpc = {
41 10000000, //clkin in Hz
42 20000, //channel_spacing in Hz
43 1, //ref_doubler_en
44 0, //ref_div2_en
45 ADF4156_INT_VAL(23), //r0_user_settings
46 ADF4156_MOD_WORD(2), //r2_user_settings
47 ADF4156_PD_POL(1), //r3_user_settings
48 0, //r4_user_settings
49};
50
51#endif // __AD4156_CFG_H__
Header file of ADF4156 Driver for Microblaze processor.
#define ADF4156_INT_VAL(x)
Definition adf4156.h:56
#define ADF4156_MOD_WORD(x)
Definition adf4156.h:83
#define ADF4156_PD_POL(x)
Definition adf4156.h:93
Definition adf4156.h:173