Repository for CDMS code

Dependencies:   SimpleDMA mbed-rtos mbed eeprom

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

P_COM_INIT.h

Committer:
chaithanyarss
Date:
2017-01-22
Revision:
351:a89a46894ec0
Parent:
319:c11a52b91d25

File content as of revision 351:a89a46894ec0:

#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);/*RF_SW_STATUS_FLAG set to RF_COM_BCN*/\
    COM_RX_CNTRL = 0;\
    Thread::wait(200);\
    COM_RX_CNTRL = 1;\
    gFLAGS = gFLAGS & (~COM_INIT_STATUS_FLAG);\
}