Variables | |
IFNET | ifn_eth0 |
Network interface information structure. | |
NUTDEVICE | devEth0 |
Device information structure. |
|
Initial value: { 0, { 'e', 't', 'h', '0', 0, 0, 0, 0, 0 }, IFTYP_NET, 0, 0, &ifn_eth0, &dcb_eth0, NicInit, 0 }
Applications must pass this structure to NutRegisterDevice() to bind this Ethernet device driver to the Nut/OS kernel. Having done that, the application may call NutNetIfConfig() with the name eth0 of this driver to initialize the network interface. |
|
Initial value: Network interface information structure.
Used to call. |