jnlj

Dependencies:   mbed-rtos mbed

Fork of TFOX_CDMS_VR_1_0_WORKING by Team Fox

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers func_head.h Source File

func_head.h

00001 void FUNC_CDMS_INIT();
00002 void FUNC_CDMS_MAIN();
00003 void FUNC_CDMS_RLY_TC();
00004 void FUNC_CDMS_RLY_TM();
00005 void FUNC_CDMS_RUN_PRCS();
00006 void FUNC_CDMS_WR_FLASH();
00007 void FUNC_CDMS_MNG_SD();
00008 void FUNC_CDMS_RD_FLASH();
00009 void FUNC_CDMS_RD_RAM();
00010 void FUNC_CDMS_SWCH_PWR();
00011 void FUNC_CDMS_RST_PWR();
00012 void FUNC_CDMS_RD_RTC(uint8_t *);
00013 void TSC_CDMS_HK_MAIN();
00014 void FUNC_CDMS_GET_FLASH_CRC();
00015 void FUNC_PL_INIT();
00016 void FUNC_PL_MAIN();
00017 void FUNC_PL_RCV_SC_DATA();
00018 void FUNC_COM_INIT();
00019 void FUNC_COM_RCV_TC();
00020 void FUNC_COM_MNGR_TMTC();
00021 void FUNC_COM_SND_TM();
00022 void FUNC_COM_SD_TM();
00023 void FUNC_COM_COMP_SC_DATA();
00024 void ISR_PL_RCV_SC_DATA();
00025 void ISR_CDMS_RLY_TC();
00026 void ISR_CDMS_RLY_TM();
00027 
00028 void FUNC_INIT_RTC();