To fix the hang problem
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
COM_POWER_OFF_TX.h@5:ab276a17ca07, 2015-12-30 (annotated)
- Committer:
- shreeshas95
- Date:
- Wed Dec 30 06:36:38 2015 +0000
- Revision:
- 5:ab276a17ca07
- Parent:
- 4:104dd82c99b8
- Child:
- 12:ffdb29353058
at the end of 29/Dec 2015
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
shreeshas95 | 4:104dd82c99b8 | 1 | #define COM_POWER_OFF_TX {\ |
shreeshas95 | 4:104dd82c99b8 | 2 | gPC.puts("Inside COM_POWER_OFF_TX\r\n");\ |
shreeshas95 | 4:104dd82c99b8 | 3 | /*PENDING: POWER OFF TRANSMITTER*/\ |
shreeshas95 | 4:104dd82c99b8 | 4 | RX1M.attach(&rx_read, Serial::RxIrq);\ |
shreeshas95 | 4:104dd82c99b8 | 5 | gFLAGS = gFLAGS & (~COM_MNG_TMTC_RUNNING_FLAG);\ |
shreeshas95 | 4:104dd82c99b8 | 6 | /*PENDING: SWITCH RF RELAY TO BEACON*/\ |
shreeshas95 | 4:104dd82c99b8 | 7 | /*PENDING: RF_SW_STATUS = RF_BCN*/\ |
shreeshas95 | 4:104dd82c99b8 | 8 | /*PENDING: POWER ON BAE*/\ |
shreeshas95 | 4:104dd82c99b8 | 9 | /*PENDING: SET BAE SW_EN_STATUS*/\ |
shreeshas95 | 4:104dd82c99b8 | 10 | /*PENDING: RESUME BEACON*/\ |
shreeshas95 | 4:104dd82c99b8 | 11 | gFLAGS = gFLAGS & (~COM_PA_HOT_FLAG);\ |
shreeshas95 | 4:104dd82c99b8 | 12 | gCOM_PA_COOLING_TIMEOUT.detach();\ |
shreeshas95 | 4:104dd82c99b8 | 13 | gFLAGS = gFLAGS & (~COM_TX_FLAG);\ |
shreeshas95 | 5:ab276a17ca07 | 14 | gPC.puts("ompleted com_power_off tx\r\n");\ |
shreeshas95 | 4:104dd82c99b8 | 15 | } |