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: FTP_SDCard_File_Client_WIZwiki-W7500 FTPClient_example Freedman DigitalCamera_OV5642_WIZwiki-W7500 ... more
Fork of WIZnetInterface by
Diff: arch/ext/W5500.h
- Revision:
- 9:40d25592e6a0
- Parent:
- 8:4c02de1dbf3a
- Child:
- 12:99e8386ba225
--- 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()
