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
COM_POWER_OFF_TX.h
- Committer:
- shreeshas95
- Date:
- 2015-12-29
- Revision:
- 4:104dd82c99b8
- Child:
- 5:ab276a17ca07
File content as of revision 4:104dd82c99b8:
#define COM_POWER_OFF_TX {\
gPC.puts("Inside COM_POWER_OFF_TX\r\n");\
/*PENDING: POWER OFF TRANSMITTER*/\
RX1M.attach(&rx_read, Serial::RxIrq);\
gFLAGS = gFLAGS & (~COM_MNG_TMTC_RUNNING_FLAG);\
/*PENDING: SWITCH RF RELAY TO BEACON*/\
/*PENDING: RF_SW_STATUS = RF_BCN*/\
/*PENDING: POWER ON BAE*/\
/*PENDING: SET BAE SW_EN_STATUS*/\
/*PENDING: RESUME BEACON*/\
gFLAGS = gFLAGS & (~COM_PA_HOT_FLAG);\
gCOM_PA_COOLING_TIMEOUT.detach();\
gFLAGS = gFLAGS & (~COM_TX_FLAG);\
}
