Go to the documentation of this file.
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"
47 #include "maxim_spi.h"
51 #if defined(APARD32690_ADIN1110_STANDALONE_EXAMPLE)
55 #if defined(APARD32690_ECHO_SERVER_EXAMPLE)
56 extern struct lwip_network_param lwip_ip;
Initialization parameter for the device descriptor.
Definition: adin1110.h:211
struct no_os_uart_init_param uart_ip
Definition: common_data.c:52
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
struct adin1110_init_param adin1110_ip
Definition: common_data.c:221
Header file of UART interface.
Header file of utility functions.