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 "ad5460.h"
47 
48 /******************************************************************************/
49 /********************** Macros and Constants Definitions **********************/
50 /******************************************************************************/
53 extern struct ad5460_init_param ad5460_ip;
54 
55 #endif /* __COMMON_DATA_H__ */
ad5460.h
Header file of AD5460 Driver.
ad5460_ip
struct ad5460_init_param ad5460_ip
Definition: common_data.c:70
ad5460_uart_ip
struct no_os_uart_init_param ad5460_uart_ip
Definition: common_data.c:48
ad5460_spi_ip
struct no_os_spi_init_param ad5460_spi_ip
Definition: common_data.c:60
ad5460_init_param
Definition: ad5460.h:331
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:131