no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
common_data.h
Go to the documentation of this file.
1/***************************************************************************/
34#ifndef __COMMON_DATA_H__
35#define __COMMON_DATA_H__
36
37#include "platform_includes.h"
38#include "ad738x.h"
39
40#define ADC_DDR_BASEADDR in_buff
41extern uint8_t in_buff[];
44extern struct no_os_uart_desc *uart_desc;
45
46#endif /* __COMMON_DATA_H__ */
Header file for AD738x Driver.
struct no_os_uart_init_param ad738x_uart_ip
Definition common_data.c:42
struct no_os_uart_desc * uart_desc
Definition main.c:43
Definition ad738x.h:158
Stucture holding the UART descriptor.
Definition no_os_uart.h:122
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98