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: HTTP_SDcard_file_server_WIZwiki-W7500 SSD1306_smart_watch TCPEchoServer-WIZwiki-W7500 httpServer-WIZwiki-W7500 ... more
Fork of WIZnetInterface by
This is WIZnet Ethernet Interface using Hardware TCP/IP chip, W5500 and TCP/IP Offload Engine, W7500.
[Users » embeddist » Code » WIZnetInterface](https://developer.mbed.org/users/embeddist/code/WIZnetInterface/) -> WIZnetInterface Lib will be released on [Team WIZnet](https://developer.mbed.org/teams/WIZnet/)
- WIZwiki_W7500 : /platforms/WIZwiki-W7500/

- WIZwiki_W7500P : /platforms/WIZwiki-W7500P/

- WIZwiki_W7500ECO : /platforms/WIZwiki-W7500ECO/

- W5500 Ethernet Shield : /components/W5500-Ethernet-Kit-for-IoT/

This library is an Ethernet Interface library port-based on [EthernetInterface](https://developer.mbed.org/users/mbed_official/code/EthernetInterface/docs/tip/).
For more detail, visit http://embeddist.blogspot.kr/2015/06/wiznetinterface-for-armmbed.html
Diff: arch/ext/W5500.h
- Revision:
- 9:40d25592e6a0
- Parent:
- 8:4c02de1dbf3a
- Child:
- 12:99e8386ba225
diff -r 4c02de1dbf3a -r 40d25592e6a0 arch/ext/W5500.h
--- a/arch/ext/W5500.h Tue Jun 16 11:11:11 2015 +0900
+++ b/arch/ext/W5500.h Tue Jun 16 11:20:00 2015 +0900
@@ -487,27 +487,6 @@
/**
* @ingroup Common_register_access_function
- * @brief Set INTLEVEL register
- * @param (uint16_t)intlevel Value to set @ref INTLEVEL register.
- * @sa getINTLEVEL()
- */
- void setINTLEVEL(uint16_t intlevel) {
- reg_wr<uint16_t>(INTLEVEL, intlevel);
- }
-
-
-/**
- * @ingroup Common_register_access_function
- * @brief Get INTLEVEL register
- * @return uint16_t. Value of @ref INTLEVEL register.
- * @sa setINTLEVEL()
- */
- uint16_t getINTLEVEL() {
- return reg_rd<uint16_t>(INTLEVEL);
- }
-
-/**
- * @ingroup Common_register_access_function
* @brief Set @ref IR register
* @param (uint8_t)ir Value to set @ref IR register.
* @sa getIR()

Network-Shield W5500
M0-Switch WIZnet W7500
Serial-to-Ethernet Controller WIZ750SR