33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
39#if defined(APARD32690_ECHO_SERVER_EXAMPLE)
40#include "lwip_socket.h"
41#include "lwip_adin1110.h"
44#include "maxim_uart.h"
45#include "maxim_uart_stdio.h"
46#include "maxim_gpio.h"
51#if defined(APARD32690_ADIN1110_STANDALONE_EXAMPLE)
55#if defined(APARD32690_ECHO_SERVER_EXAMPLE)
56extern struct lwip_network_param lwip_ip;
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