CDMS code for testing sbc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE by shubham c

P_COM_INIT.h

Committer:
aniruddhv
Date:
2016-04-01
Revision:
144:4c20fcc105ce
Parent:
137:489a93a04d6b
Child:
155:ca7365c03fd7

File content as of revision 144:4c20fcc105ce:

#define P_COM_INIT {\
    gFLAGS = gFLAGS | COM_INIT_STATUS_FLAG;\
    RF_SW_CNTRL_BCN = 1;\
    Thread::wait(25);\
    RF_SW_CNTRL_BCN = 0;\
    gFLAGS = gFLAGS | RF_SW_STATUS_FLAG;\
    /*PENDING: Reset COM receiver (0.2 seconds)*/\
    gFLAGS = gFLAGS & (~COM_INIT_STATUS_FLAG);\
}