Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
nic.h
00001 extern int NicInit(void); 00002 00003 extern void NicLinkAddress(char *mac); // get the ethernet address 00004 extern int NicLinkIsUp(void); // see if the link is up 00005 extern void NicLinkSpeedDuplex(int speed, int duplex); // force link settings 00006 00007 extern char* NicGetReceivedPacketOrNull(int* pSize); 00008 extern void NicReleaseReceivedPacket(void); 00009 extern char* NicGetTransmitPacketOrNull(int* pSize); 00010 extern void NicSendTransmitPacket(int size);
Generated on Tue Jul 12 2022 18:53:40 by
1.7.2