![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#include "lwip/netif.h"
Go to the source code of this file.
Macros | |
#define | DHCP_START (uint8_t) 1 |
#define | DHCP_WAIT_ADDRESS (uint8_t) 2 |
#define | DHCP_ADDRESS_ASSIGNED (uint8_t) 3 |
#define | DHCP_TIMEOUT (uint8_t) 4 |
#define | DHCP_LINK_DOWN (uint8_t) 5 |
Functions | |
void | User_notification (struct netif *netif) |
Notify the User about the network interface config status. More... | |
#define DHCP_ADDRESS_ASSIGNED (uint8_t) 3 |
Definition at line 64 of file app_ethernet.h.
#define DHCP_LINK_DOWN (uint8_t) 5 |
Definition at line 66 of file app_ethernet.h.
#define DHCP_START (uint8_t) 1 |
Definition at line 62 of file app_ethernet.h.
#define DHCP_TIMEOUT (uint8_t) 4 |
Definition at line 65 of file app_ethernet.h.
#define DHCP_WAIT_ADDRESS (uint8_t) 2 |
Definition at line 63 of file app_ethernet.h.
void User_notification | ( | struct netif * | netif | ) |
Notify the User about the network interface config status.
netif | the network interface |
None |
Definition at line 72 of file app_ethernet.c.