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.
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: DefinitionsAndGlobals.h
- Revision:
- 211:77bee0cbebfe
- Parent:
- 160:ef280e6dda44
- Child:
- 212:3d13a06bcd3a
--- a/DefinitionsAndGlobals.h Wed May 25 15:28:32 2016 +0000
+++ b/DefinitionsAndGlobals.h Sat Jun 18 09:07:28 2016 +0000
@@ -27,11 +27,10 @@
// TC LIST
#define TCL_STATE_INCOMPLETE 0x00
- #define TCL_STATE_ABORTED 0x03
- #define TCL_STATE_EXECUTING 0x04
- #define TCL_STATE_COMPLETED 0x05
- #define TCL_STATE_EXCEEDED_LIMIT 0x06
-
+ #define TCL_STATE_ABORTED 0x01
+ #define TCL_STATE_EXECUTING 0x02
+ #define TCL_STATE_COMPLETED 0x03
+
// LIST OF FLAGS
#define UART_INT_FLAG 0x0001
#define NEW_TC_RECEIVED 0x0002
@@ -41,6 +40,7 @@
#define COM_SESSION_VALIDITY 0x0020
#define ALL_CRC_PASS_FLAG 0x0040
#define COM_PA_HOT_FLAG 0x0080
+ #define COM_PA_OC_FLAG 0x8000
#define COM_TX_FLAG 0x0100
#define COM_SESSION_TIMEOUT_FLAG 0x0200
#define COM_AUTO_POWER_OFF_BAE_FLAG 0x0400
