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.
Fork of WIZnetInterface by
Revision 9:40d25592e6a0, committed 2015-06-16
- Comitter:
- Soohwan Kim
- Date:
- Tue Jun 16 11:20:00 2015 +0900
- Parent:
- 8:4c02de1dbf3a
- Child:
- 10:0d17643de5fd
- Commit message:
- remove intlevel
Changed in this revision
| arch/ext/W5500.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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()
