no-OS
common_data.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef __COMMON_DATA_H__
41 #define __COMMON_DATA_H__
42 
43 /******************************************************************************/
44 /***************************** Include Files **********************************/
45 /******************************************************************************/
46 #include "platform_includes.h"
47 #include "ad738x.h"
48 
49 /******************************************************************************/
50 /********************** Macros and Constants Definitions **********************/
51 /******************************************************************************/
52 #define ADC_DDR_BASEADDR in_buff
53 extern uint8_t in_buff[];
56 extern struct no_os_uart_desc *uart_desc;
57 
58 #endif /* __COMMON_DATA_H__ */
in_buff
uint8_t in_buff[]
Definition: common_data.c:52
ad738x_init_param
Definition: ad738x.h:174
uart_desc
struct no_os_uart_desc * uart_desc
Definition: main.c:52
ad738x.h
Header file for AD738x Driver.
no_os_uart_desc
Stucture holding the UART descriptor.
Definition: no_os_uart.h:140
ad738x_uart_ip
struct no_os_uart_init_param ad738x_uart_ip
Definition: common_data.c:54
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116