
CDMS code for testing sbc
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
COM_POWER_OFF_TX.h@216:570251b23c7b, 2016-07-03 (annotated)
- Committer:
- chaithanyarss
- Date:
- Sun Jul 03 09:47:05 2016 +0000
- Revision:
- 216:570251b23c7b
- Parent:
- 214:867de6d350fa
- Child:
- 217:93505a6f8db7
Reset added
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
shreeshas95 | 4:104dd82c99b8 | 1 | #define COM_POWER_OFF_TX {\ |
aniruddhv | 12:ffdb29353058 | 2 | /*gPC.puts("Inside COM_POWER_OFF_TX\r\n");*/\ |
chaithanyarss | 216:570251b23c7b | 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);\ |
chaithanyarss | 216:570251b23c7b | 6 | /*PENDING: SWITCH RF RELAY TO BEACON*/\ |
chaithanyarss | 216:570251b23c7b | 7 | /*PENDING: RF_SW_STATUS = RF_BCN*/\ |
chaithanyarss | 216:570251b23c7b | 8 | /*PENDING: POWER ON BAE*/\ |
chaithanyarss | 216:570251b23c7b | 9 | /*PENDING: SET BAE SW_EN_STATUS*/\ |
chaithanyarss | 216:570251b23c7b | 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);\ |
chaithanyarss | 216:570251b23c7b | 14 | /*gPC.puts("ompleted com_power_off tx\r\n");*/\ |
shreeshas95 | 4:104dd82c99b8 | 15 | } |