Go to the documentation of this file.
33 #ifndef __TCP_ECHO_SERVER_EXAMPLE_H__
34 #define __TCP_ECHO_SERVER_EXAMPLE_H__
void no_os_uart_stdio(struct no_os_uart_desc *desc)
Definition: no_os_uart.c:216
uint8_t mac_address[ADIN1110_ETH_ALEN]
Definition: adin1110.h:215
int tcp_echo_server_example_main()
TCP echo example main execution.
Definition: tcp_echo_server_example.c:48
struct no_os_uart_desc * uart_desc
Definition: main.c:46
Stucture holding the UART descriptor.
Definition: no_os_uart.h:134
struct no_os_uart_init_param uart_ip
Definition: common_data.c:52
int32_t no_os_uart_init(struct no_os_uart_desc **desc, struct no_os_uart_init_param *param)
Initialize the UART communication peripheral.
Definition: no_os_uart.c:52
#define NULL
Definition: wrapper.h:64
int tcp_echo_server_example_main()
TCP echo example main execution.
Definition: tcp_echo_server_example.c:48
struct adin1110_init_param adin1110_ip
Definition: common_data.c:221