ButterflyMP3

eeprom.h

Go to the documentation of this file.
00001 
00021 #ifndef _eeprom_h_
00022 #define _eeprom_h_
00023 
00024 // mt - moved to vcard.h
00025 //#define EEPROM_START 0x100 //the name will be put at this adress
00026 
00027 
00028 void LoadEEPROM(uint8 *pBuffer, uint8 num_bytes, unsigned int EE_START_ADR);
00029 void StoreEEPROM(uint8 *pBuffer, uint8 num_bytes, unsigned int EE_START_ADR);
00030 uint8 ReadEEPROM(unsigned int EE_START_ADR);
00031 
00032 void    save_player_state(void);
00033 void    save_player_options(void);
00034 void    load_player_state(uint8 *mode, uint32 *file,
00035                           uint32 *sector, uint32 *played, uint16 *time, 
00036                           uint32 *dir);
00037 void    load_player_options(void);
00038 uint8   findCurrentEepromAddr(uint16 index_buffer );
00039 
00040 #endif
 All Files Functions Variables Typedefs Enumerations Enumerator Defines