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:
- ee12b079
- Date:
- 2016-07-05
- Revision:
- 231:b1458c1e9199
- Parent:
- 12:ffdb29353058
- Child:
- 137:489a93a04d6b
- Child:
- 214:867de6d350fa
- Child:
- 230:e2bd2a990bfe
- Child:
- 262:752c8689944a
File content as of revision 231:b1458c1e9199:
#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);\
/*gPC.puts("ompleted com_power_off tx\r\n");*/\
}
