FreeCalypso > hg > fc-tourmaline
view src/cs/drivers/drv_app/ffs/board/ffspcm.h @ 239:305d3bb691a5
FCHG startup: replace fchg_is_running with fchg_first_vbat
and also report the first Vbat reading in a trace
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 02 May 2021 05:30:59 +0000 |
parents | 4e78acac3d88 |
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