Firmware: ST0010 support + peripheral enable switches

This commit is contained in:
ikari
2011-06-20 14:22:52 +02:00
parent 7fc6952fab
commit 1183718234
13 changed files with 125 additions and 40 deletions

View File

@@ -43,6 +43,7 @@ void file_init(void);
void file_open(uint8_t* filename, BYTE flags);
void file_open_by_filinfo(FILINFO* fno);
void file_close(void);
void file_seek(uint32_t offset);
UINT file_read(void);
UINT file_write(void);
UINT file_readblock(void* buf, uint32_t addr, uint16_t size);