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: MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more
EthDev.c
00001 #include "NyLPC_config.h" 00002 #if NyLPC_MCU==NyLPC_MCU_LPC4088 00003 00004 #include "../EthDev.h" 00005 #include "EtherDev_LPC4088_protected.h" 00006 00007 00008 00009 const struct TiEthernetDevice* getEthernetDevicePnP(void) 00010 { 00011 const struct TiEthernetDevice* ret; 00012 if(EthDev_LPC4088_getInterface(&ret)){ 00013 return ret; 00014 } 00015 return NULL; 00016 } 00017 00018 00019 #endif 00020 00021
Generated on Tue Jul 12 2022 15:46:14 by
