publishing to check changes in cdms code
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE_samp_23SEP_DMA_flag by
P_COM_INIT.h@216:93505a6f8db7, 2016-07-03 (annotated)
- Committer:
- chaithanyarss
- Date:
- Sun Jul 03 11:35:55 2016 +0000
- Revision:
- 216:93505a6f8db7
- Parent:
- 215:570251b23c7b
merging Completed.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ee12b079 | 209:63e9c8f8b5d2 | 1 | #define P_COM_INIT {\ |
ee12b079 | 209:63e9c8f8b5d2 | 2 | gFLAGS = gFLAGS | COM_INIT_STATUS_FLAG;\ |
ee12b079 | 209:63e9c8f8b5d2 | 3 | RF_SW_CNTRL_BCN = 1;\ |
ee12b079 | 209:63e9c8f8b5d2 | 4 | Thread::wait(25);\ |
ee12b079 | 209:63e9c8f8b5d2 | 5 | RF_SW_CNTRL_BCN = 0;\ |
ee12b079 | 209:63e9c8f8b5d2 | 6 | gFLAGS = gFLAGS | RF_SW_STATUS_FLAG;\ |
chaithanyarss | 216:93505a6f8db7 | 7 | COM_RX_CNTRL = 0;\ |
ee12b079 | 209:63e9c8f8b5d2 | 8 | Thread::wait(200);\ |
ee12b079 | 209:63e9c8f8b5d2 | 9 | COM_RX_CNTRL = 1;\ |
ee12b079 | 209:63e9c8f8b5d2 | 10 | gFLAGS = gFLAGS & (~COM_INIT_STATUS_FLAG);\ |
ee12b079 | 209:63e9c8f8b5d2 | 11 | } |