no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
adf4157_cfg.h
Go to the documentation of this file.
1/***************************************************************************/
34
35#ifndef __AD4157_CFG_H__
36#define __AD4157_CFG_H__
37
38#include "adf4157.h"
39
40static struct adf4157_platform_data adf4157_pdata_lpc = {
41 10000000, //clkin
42 0, //ref_doubler_en
43 0, //ref_div2_en
44 ADF4157_INT_VAL(23), //r0_user_settings
45 0, //r2_user_settings
46 ADF4157_PD_POL(1), //r3_user_settings
47 0, //r4_user_settings
48};
49
50#endif // __AD4157_CFG_H__
Header file of ADF4157 Driver for Microblaze processor.
#define ADF4157_INT_VAL(x)
Definition adf4157.h:56
#define ADF4157_PD_POL(x)
Definition adf4157.h:91
Definition adf4157.h:167