Functions | |
EmacRxThread (void *arg) | |
NIC receiver thread. | |
int | EmacOutput (NUTDEVICE *dev, NETBUF *nb) |
Send Ethernet packet. | |
int | EmacInit (NUTDEVICE *dev) |
Initialize Ethernet hardware. | |
Variables | |
NUTDEVICE | devSam7xEmac |
Device information structure. |
|
Initialize Ethernet hardware. Applications should do not directly call this function. It is automatically executed during during device registration by NutRegisterDevice().
|
|
Send Ethernet packet.
|
|
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. |