FreeCalypso > hg > tcs211-l1-reconst
view chipsetsw/drivers/drv_app/ffs/board/ffspcm.h @ 117:d5b9ce5a392f
l1_small.c: LoCosto module matches TCS211 w/o changes
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 09 Apr 2016 03:07:36 +0000 |
parents | 509db1a7b7b8 |
children |
line wrap: on
line source
/* * Flash File System (ffs) * * WCP PCM Compatibility Support */ #ifndef _FFS_PCM_H #define _FFS_PCM_H /**** FFS CONFIG (used for Perseus1) ****/ #define FFS_BASE_ADDRESS 0x00808000 #define IMAGE_SIZE 0x00004000 effs_t ffs_InitRFCap ( ); effs_t ffs_SetBand (unsigned char* band); unsigned char ffs_GetBand ( ); void ffs_restore ( ); void ffs_backup ( ); #endif // _FFS_PCM_H