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 "ad74416h.h"
47 
48 /******************************************************************************/
49 /********************** Macros and Constants Definitions **********************/
50 /******************************************************************************/
53 extern struct ad74416h_init_param ad74416h_ip;
54 
55 #endif /* __COMMON_DATA_H__ */
ad74416h_spi_ip
struct no_os_spi_init_param ad74416h_spi_ip
Definition: common_data.c:60
ad74416h.h
Header file of AD74416h Driver.
ad74416h_uart_ip
struct no_os_uart_init_param ad74416h_uart_ip
Definition: common_data.c:48
ad74416h_init_param
Definition: ad74416h.h:614
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
ad74416h_ip
struct ad74416h_init_param ad74416h_ip
Definition: common_data.c:70
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:131