![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#include "lwip/opt.h"#include "main.h"#include "lcd_log.h"#include "lwip/dhcp.h"#include "app_ethernet.h"#include "ethernetif.h"Go to the source code of this file.
Functions | |
| void | User_notification (struct netif *netif) |
| Notify the User about the network interface config status. More... | |
| 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.
1.8.11