no-OS
drivers
frequency
adf4156
adf4156_cfg.h
Go to the documentation of this file.
1
/***************************************************************************/
35
#ifndef __AD4156_CFG_H__
36
#define __AD4156_CFG_H__
37
38
/******************************************************************************/
39
/***************************** Include Files **********************************/
40
/******************************************************************************/
41
#include "
adf4156.h
"
42
43
/******************************************************************************/
44
/************************ Constants Definitions *******************************/
45
/******************************************************************************/
46
static
struct
adf4156_platform_data
adf4156_pdata_lpc = {
47
10000000,
//clkin in Hz
48
20000,
//channel_spacing in Hz
49
1,
//ref_doubler_en
50
0,
//ref_div2_en
51
ADF4156_INT_VAL
(23),
//r0_user_settings
52
ADF4156_MOD_WORD
(2),
//r2_user_settings
53
ADF4156_PD_POL
(1),
//r3_user_settings
54
0,
//r4_user_settings
55
};
56
57
#endif // __AD4156_CFG_H__
ADF4156_INT_VAL
#define ADF4156_INT_VAL(x)
Definition:
adf4156.h:62
ADF4156_PD_POL
#define ADF4156_PD_POL(x)
Definition:
adf4156.h:99
adf4156_platform_data
Definition:
adf4156.h:182
adf4156.h
Header file of ADF4156 Driver for Microblaze processor.
ADF4156_MOD_WORD
#define ADF4156_MOD_WORD(x)
Definition:
adf4156.h:89
Generated by
1.8.17