vr1.1
Dependencies: FreescaleIAP mbed-rtos mbed
Fork of CDMS_RTOS_v1_1 by
all_funcs.h
- Committer:
- cholletisaik777
- Date:
- 2015-07-06
- Revision:
- 11:d6dc9074075b
- Parent:
- 8:607ae92fa6af
- Child:
- 12:cb3ee1ac3638
File content as of revision 11:d6dc9074075b:
/*PL functions*/ void FCTN_PL_INIT(); void FCTN_PL_MAIN(); void FCTN_PL_RCV_SC_DATA(); /*End*/ /*ISR functions*/ void ISR_PL_RCV_SC_DATA(); void ISR_CDMS_RLY_TC(); void ISR_CDMS_RLY_TM(); /*End*/ /*CDMS functions*/ void FCTN_CDMS_INIT(); void FCTN_CDMS_MAIN(); /*End*/ /*Flash functions*/ uint32_t FCTN_CDMS_RD_FLASH(uint16_t i); void FCTN_CDMS_WR_FLASH(uint16_t i,uint32_t block); void FCTN_CDMS_GET_FLASH_CRC(); /*End*/ /*RAM functions*/ void FCTN_CDMS_RD_RAM(); void FCTN_CDMS_WR_RAM(); /*End*/ /*RTC functions*/ void FCTN_INIT_RTC(); void FCTN_CDMS_RD_RTC(uint8_t *); /*End*/ /*I2C functions*/ void FCTN_I2C_READ(char *data,int length = 1); void FCTN_I2C_WRITE(char *data,int length = 1); void FCTN_MASTER_I2C(char i2c_data_type , char* i2c_data); /*End*/ /*SDCard functions*/ int *FCTN_INIT_SD(); int FCTN_WR_SD(const uint8_t *, uint64_t); int FCTN_RD_SD(uint8_t *, uint64_t); void FCTN_CDMS_MNG_SD(); int initialise_card(); int initialise_card_v2(); int disk_initialize(); int cmd(int, int); int cmd58(); int cmdx(int, int); int cmd8(); uint64_t sd_sectors(); int read(uint8_t*, uint32_t ); int write(const uint8_t*, uint32_t ); static uint32_t ext_bits(unsigned char *, int , int ); /*End*/ /*COM functions*/ void FCTN_COM_INIT(); void FCTN_COM_RCV_TC(); void FCTN_COM_MNGR_TMTC(); void FCTN_COM_SND_TM(); void FCTN_COM_SD_TM(); void FCTN_COM_COMP_SC_DATA(); /*End*/ /*HK functions*/ void FCTN_CDMS_HK_INIT(); char* FCTN_CDMS_HK_MAIN(); int quantiz(float l_start,float l_step,float l_x); void FCTN_HK_MAIN(); /*End*/ /*Power functions*/ void FCTN_POWER_MODE(int SOC); void FCTN_CDMS_SWCH_PWR(); void FCTN_CDMS_RST_PWR(); /*End*/ /*TCTM functions*/ void FCTN_CDMS_RLY_TC(); void FCTN_CDMS_RLY_TM(); /*End*/