no-OS
drivers
frequency
adf4157
adf4157_cfg.h
Go to the documentation of this file.
1
/***************************************************************************/
35
#ifndef __AD4157_CFG_H__
36
#define __AD4157_CFG_H__
37
38
/******************************************************************************/
39
/***************************** Include Files **********************************/
40
/******************************************************************************/
41
#include "
adf4157.h
"
42
43
/******************************************************************************/
44
/************************ Constants Definitions *******************************/
45
/******************************************************************************/
46
static
struct
adf4157_platform_data
adf4157_pdata_lpc = {
47
10000000,
//clkin
48
0,
//ref_doubler_en
49
0,
//ref_div2_en
50
ADF4157_INT_VAL
(23),
//r0_user_settings
51
0,
//r2_user_settings
52
ADF4157_PD_POL
(1),
//r3_user_settings
53
0,
//r4_user_settings
54
};
55
56
#endif // __AD4157_CFG_H__
ADF4157_INT_VAL
#define ADF4157_INT_VAL(x)
Definition:
adf4157.h:62
adf4157_platform_data
Definition:
adf4157.h:176
adf4157.h
Header file of ADF4157 Driver for Microblaze processor.
ADF4157_PD_POL
#define ADF4157_PD_POL(x)
Definition:
adf4157.h:97
Generated by
1.8.17