Modules | |
| ETHERNETIF | |
Functions | |
| static void | ethernet_link_status_updated (struct netif *netif) | 
| Notify the User about the network interface config status.  More... | |
| static void | Ethernet_Link_Periodic_Handle (struct netif *netif) | 
| Ethernet Link periodic check.  More... | |
| void | Error_Handler (void) | 
| This function is executed in case of error occurrence.  More... | |
| void | MX_LWIP_Init (void) | 
| LwIP initialization function.  More... | |
| void | MX_LWIP_Process (void) | 
  | |
Variables | |
| uint32_t | DHCPfineTimer = 0 | 
| uint32_t | DHCPcoarseTimer = 0 | 
| uint32_t | EthernetLinkTimer | 
| struct netif | gnetif | 
| ip4_addr_t | ipaddr | 
| ip4_addr_t | netmask | 
| ip4_addr_t | gw | 
| ETH_HandleTypeDef | heth | 
This function is executed in case of error occurrence.
| None | 
      
  | 
  static | 
Ethernet Link periodic check.
| netif | 
| None | 
References ethernet_link_check_state(), and EthernetLinkTimer.
      
  | 
  static | 
Notify the User about the network interface config status.
| netif | the network interface | 
| None | 
LwIP initialization function.
References ethernet_link_status_updated(), ethernetif_init(), gnetif, gw, ipaddr, and netmask.
References Ethernet_Link_Periodic_Handle(), ethernetif_input(), and gnetif.
| uint32_t DHCPcoarseTimer = 0 | 
| uint32_t DHCPfineTimer = 0 | 
| uint32_t EthernetLinkTimer | 
| struct netif gnetif | 
| ip4_addr_t gw | 
| ETH_HandleTypeDef heth | 
< IAR Compiler
| ip4_addr_t ipaddr | 
| ip4_addr_t netmask |