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.
Revision 2:3f8751bccba3, committed 2019-11-25
- Comitter:
- masterkookus
- Date:
- Mon Nov 25 15:20:02 2019 +0000
- Parent:
- 1:7397d19f91aa
- Commit message:
- Changes to register definiations
Changed in this revision
| netStatusReg.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 7397d19f91aa -r 3f8751bccba3 netStatusReg.h
--- a/netStatusReg.h Mon Oct 14 13:35:32 2019 +0000
+++ b/netStatusReg.h Mon Nov 25 15:20:02 2019 +0000
@@ -5,17 +5,17 @@
#define fmEnabled 0x40000000
#define fmdEnabled 0x20000000
#define serEnabled 0x10000000
-#define srvIsActive 0x08000000
-#define srvCloseConnection 0x04000000
+#define recEnabled 0x08000000
+//#define reserved 0x04000000
#define cltIsActive 0x02000000
#define cltCloseConnection 0x01000000
-#define serIsActive 0x00800000
-#define connectRetry 0x00400000
-#define attachRetry 0x00200000
+//#define reserved 0x00800000
+#define fmOnline 0x00400000
+#define fmdOnline 0x00200000
#define sendRetry 0x00100000
#define serTimeout 0x00080000
#define fmTimeout 0x00040000
-#define fmdTimeout 0x00020000
+//#define reserved 0x00020000
#define serMsgRx 0x00010000
#define serPollReq 0x00008000
#define fmPollReq 0x00004000
@@ -34,9 +34,9 @@
#define fmdCloseConnection 0x00000002
#define devOnline 0x00000001
-#define cltclose 0x03FF0FEE
-#define serclose 0x03700888
-#define fmclose 0x03700766
+#define cltclose 0x031F0FEE
+#define serclose 0x03100888
+#define fmclose 0x03100766
class netDevStatus
{