no-OS
common_data.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef __COMMON_DATA_H__
40 #define __COMMON_DATA_H__
41 
42 #include "no_os_uart.h"
43 #include "no_os_util.h"
44 
45 #if defined(APARD32690_ECHO_SERVER_EXAMPLE)
46 #include "lwip_socket.h"
47 #include "lwip_adin1110.h"
48 #endif
49 
50 #include "maxim_uart.h"
51 #include "maxim_uart_stdio.h"
52 #include "maxim_gpio.h"
53 #include "maxim_spi.h"
54 
55 extern struct no_os_uart_init_param uart_ip;
56 
57 #if defined(APARD32690_ADIN1110_STANDALONE_EXAMPLE)
58 extern struct adin1110_init_param adin1110_ip;
59 #endif
60 
61 #if defined(APARD32690_ECHO_SERVER_EXAMPLE)
62 extern struct lwip_network_param lwip_ip;
63 extern struct adin1110_init_param adin1110_ip;
64 #endif
65 
66 #endif /* __COMMON_DATA_H__ */
adin1110_init_param
Initialization parameter for the device descriptor.
Definition: adin1110.h:217
uart_ip
struct no_os_uart_init_param uart_ip
Definition: common_data.c:58
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
adin1110_ip
struct adin1110_init_param adin1110_ip
Definition: common_data.c:227
no_os_uart.h
Header file of UART interface.
no_os_util.h
Header file of utility functions.