no-OS
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 
49 extern struct no_os_uart_init_param uart_ip;
50 
51 #if defined(APARD32690_ADIN1110_STANDALONE_EXAMPLE)
52 extern struct adin1110_init_param adin1110_ip;
53 #endif
54 
55 #if defined(APARD32690_ECHO_SERVER_EXAMPLE)
56 extern struct lwip_network_param lwip_ip;
57 extern struct adin1110_init_param adin1110_ip;
58 #endif
59 
60 #endif /* __COMMON_DATA_H__ */
adin1110_init_param
Initialization parameter for the device descriptor.
Definition: adin1110.h:211
uart_ip
struct no_os_uart_init_param uart_ip
Definition: common_data.c:52
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
adin1110_ip
struct adin1110_init_param adin1110_ip
Definition: common_data.c:221
no_os_uart.h
Header file of UART interface.
no_os_util.h
Header file of utility functions.