no-OS
common_data.h
Go to the documentation of this file.
1 /***************************************************************************/
33 #ifndef __COMMON_DATA_H__
34 #define __COMMON_DATA_H__
35 
36 /******************************************************************************/
37 /***************************** Include Files **********************************/
38 /******************************************************************************/
39 #include "platform_includes.h"
40 #include "ad9545.h"
41 
42 /******************************************************************************/
43 /********************** Macros and Constants Definitions **********************/
44 /******************************************************************************/
46 extern struct ad9545_init_param ad9545_ip;
47 extern const struct no_os_clk_platform_ops refb_clk_ops;
48 extern const struct no_os_clk_platform_ops refbb_clk_ops;
49 extern const struct no_os_clk_platform_ops refm1_clk_ops;
50 
51 #define REFB_CLK_FREQUENCY 10000000
52 #define REFBB_CLK_FREQUENCY 1
53 #define REFM1_CLK_FREQUENCY 50000000
54 
55 #endif /* __COMMON_DATA_H__ */
refb_clk_ops
const struct no_os_clk_platform_ops refb_clk_ops
Definition: common_data.c:101
refm1_clk_ops
const struct no_os_clk_platform_ops refm1_clk_ops
Definition: common_data.c:109
ad9545_uart_ip
struct no_os_uart_init_param ad9545_uart_ip
Definition: common_data.c:46
ad9545_init_param
Definition: ad9545.h:753
ad9545_ip
struct ad9545_init_param ad9545_ip
Definition: common_data.c:76
refbb_clk_ops
const struct no_os_clk_platform_ops refbb_clk_ops
Definition: common_data.c:105
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:91
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110