CDMS_CODE_samp_23SEP_DMA_flag

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE_samp_23SEP_DMA by iitm sat

Committer:
aniruddhv
Date:
Fri Apr 01 19:57:02 2016 +0000
Revision:
144:4c20fcc105ce
Parent:
137:489a93a04d6b
Child:
155:ca7365c03fd7
Removed errors

Who changed what in which revision?

UserRevisionLine numberNew contents of line
aniruddhv 137:489a93a04d6b 1 #define P_COM_INIT {\
aniruddhv 137:489a93a04d6b 2 gFLAGS = gFLAGS | COM_INIT_STATUS_FLAG;\
aniruddhv 144:4c20fcc105ce 3 RF_SW_CNTRL_BCN = 1;\
aniruddhv 144:4c20fcc105ce 4 Thread::wait(25);\
aniruddhv 144:4c20fcc105ce 5 RF_SW_CNTRL_BCN = 0;\
aniruddhv 137:489a93a04d6b 6 gFLAGS = gFLAGS | RF_SW_STATUS_FLAG;\
aniruddhv 137:489a93a04d6b 7 /*PENDING: Reset COM receiver (0.2 seconds)*/\
aniruddhv 137:489a93a04d6b 8 gFLAGS = gFLAGS & (~COM_INIT_STATUS_FLAG);\
aniruddhv 137:489a93a04d6b 9 }