no-OS
common_data.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef __COMMON_DATA_H__
40 #define __COMMON_DATA_H__
41 
42 /******************************************************************************/
43 /***************************** Include Files **********************************/
44 /******************************************************************************/
45 #include "platform_includes.h"
46 #include "ad9545.h"
47 
48 /******************************************************************************/
49 /********************** Macros and Constants Definitions **********************/
50 /******************************************************************************/
52 extern struct ad9545_init_param ad9545_ip;
53 extern const struct no_os_clk_platform_ops refb_clk_ops;
54 extern const struct no_os_clk_platform_ops refbb_clk_ops;
55 extern const struct no_os_clk_platform_ops refm1_clk_ops;
56 
57 #define REFB_CLK_FREQUENCY 10000000
58 #define REFBB_CLK_FREQUENCY 1
59 #define REFM1_CLK_FREQUENCY 50000000
60 
61 #endif /* __COMMON_DATA_H__ */
refb_clk_ops
const struct no_os_clk_platform_ops refb_clk_ops
Definition: common_data.c:107
refm1_clk_ops
const struct no_os_clk_platform_ops refm1_clk_ops
Definition: common_data.c:115
ad9545_uart_ip
struct no_os_uart_init_param ad9545_uart_ip
Definition: common_data.c:52
ad9545_init_param
Definition: ad9545.h:759
ad9545_ip
struct ad9545_init_param ad9545_ip
Definition: common_data.c:82
refbb_clk_ops
const struct no_os_clk_platform_ops refbb_clk_ops
Definition: common_data.c:111
ad9545.h
Header file for ad9545 Driver.
no_os_clk_platform_ops
Structure holding CLK function pointers that point to the platform specific function.
Definition: no_os_clk.h:97
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116