Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Diff: DefinitionsAndGlobals.h
- Revision:
- 137:489a93a04d6b
- Parent:
- 133:56d37aa8a011
- Child:
- 144:4c20fcc105ce
diff -r 522f7d73d04f -r 489a93a04d6b DefinitionsAndGlobals.h --- a/DefinitionsAndGlobals.h Wed Mar 02 17:17:45 2016 +0000 +++ b/DefinitionsAndGlobals.h Thu Mar 24 04:04:33 2016 +0000 @@ -22,7 +22,7 @@ #define COM_TX_CONFIG_LIMIT 3 #define COM_TX_TICKER_LIMIT 32 -// ADF INTERRUPUT +// ADF INTERRUPT #define ADF_IRQ PTA14 // TC LIST @@ -43,6 +43,14 @@ #define COM_PA_HOT_FLAG 0x0080 #define COM_TX_FLAG 0x0100 #define COM_SESSION_TIMEOUT_FLAG 0x0200 + #define COM_AUTO_POWER_OFF_BAE_FLAG 0x0400 + #define BAE_SW_EN_FLAG 0x0800 + #define RF_SW_STATUS_FLAG 0x1000 + #define COM_INIT_STATUS_FLAG 0x2000 + +//RF relay STATUS + #define RF_COM_TX 0 + #define RF_BCN 1 // COM_MNG_TMTC THREAD #define SESSION_TIME_LIMIT 1500