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