Nut/OS  4.10.3
API Reference
Device eth0

Realtek 8019AS Ethernet device. More...

Collaboration diagram for Device eth0:

Variables

NUTDEVICE devEth0
 Device information structure.

Detailed Description

Realtek 8019AS Ethernet device.


Variable Documentation

Initial value:
 {
    0,                          
    {'e', 't', 'h', '0', 0, 0, 0, 0, 0},        
    IFTYP_NET,      
    0,              
    0,              
    &ifn_eth0,      
    &dcb_eth0,      
    NicInit,        
    0,              
    0,              
    0,               
    0,              
    0,              
    0,              
    0               
}

Device information structure.

A pointer to this structure must be passed to NutRegisterDevice() to bind this Ethernet device driver to the Nut/OS kernel. An application may then call NutNetIfConfig() with the name eth0 of this driver to initialize the network interface.

Definition at line 111 of file eth0rtl.c.