MSPM0_ValvanoWare  1.0
ECE445L starter code
FlashFile.h
Go to the documentation of this file.
1 
44 #ifndef __FLASHFILE_H__
45 #define __FLASHFILE_H__
46 
58 uint32_t OS_File_New(uint32_t buf[64]);
59 
60 
68 uint32_t OS_File_Size(uint32_t num);
69 
80 uint32_t OS_File_Append(uint32_t num, uint32_t buf[64]);
81 
82 
91 uint32_t *OS_File_Read(uint32_t num, uint32_t location);
92 
93 
94 
102 uint32_t OS_File_Format(void);
103 #endif // __FLASHFILE_H__
uint32_t OS_File_Size(uint32_t num)
file size new file
uint32_t OS_File_Append(uint32_t num, uint32_t buf[64])
append to existing file
uint32_t OS_File_Format(void)
create new file
uint32_t * OS_File_Read(uint32_t num, uint32_t location)
read from existing file
uint32_t OS_File_New(uint32_t buf[64])
create new file