no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
common_data.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
35
36#include "no_os_uart.h"
37#include "no_os_util.h"
38
39#if defined(APARD32690_ECHO_SERVER_EXAMPLE)
40#include "lwip_socket.h"
41#include "lwip_adin1110.h"
42#endif
43
44#include "maxim_uart.h"
45#include "maxim_uart_stdio.h"
46#include "maxim_gpio.h"
47#include "maxim_spi.h"
48
49extern struct no_os_uart_init_param uart_ip;
50
51#if defined(APARD32690_ADIN1110_STANDALONE_EXAMPLE)
53#endif
54
55#if defined(APARD32690_ECHO_SERVER_EXAMPLE)
56extern struct lwip_network_param lwip_ip;
58#endif
59
60#endif /* __COMMON_DATA_H__ */
struct no_os_uart_init_param uart_ip
Definition common_data.c:52
struct adin1110_init_param adin1110_ip
Definition iio_lwip_example.c:67
Header file of UART interface.
Header file of utility functions.
Initialization parameter for the device descriptor.
Definition adin1110.h:220
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98