void * STB_NVMOpenFile(U8BIT *name, E_STB_DSK_FILE_MODE mode)
Opens an existing file or creates a new one.
void STB_NVMCloseDirectory(void *dir)
Closes the directory for reading.
const char * data
Definition: mh5gate.c:65
E_STB_DIR_ENTRY_TYPE
Definition: stb_nvm.h:48
void STB_NVMCloseFile(void *file)
Flushes and closes an open file.
E_STB_DSK_FILE_POSITION
Definition: stb_nvm.h:41
BOOLEAN STB_NVMFileSize(U8BIT *filename, U32BIT *filesize)
Returns the size in KB of the given file.
uint8_t U8BIT
Definition: techtype.h:93
void * STB_NVMOpenDirectory(U8BIT *dir_name)
Opens a directory in order to read the entries.
U32BIT STB_NVMReadFile(void *file, U8BIT *data, U32BIT size)
Reads data from an open file.
E_STB_DSK_FILE_MODE
Definition: stb_nvm.h:34
uint16_t U16BIT
Definition: techtype.h:95
System Wide Global Technical Data Type Definitions.
BOOLEAN STB_NVMReadDirectory(void *dir, U8BIT *filename, U16BIT filename_len, E_STB_DIR_ENTRY_TYPE *entry_type)
Reads the next entry from the directory, returning the name of the entry and the type of the entry...
U32BIT STB_NVMWriteFile(void *file, U8BIT *data, U32BIT size)
Writes data to an open file.
U8BIT BOOLEAN
Definition: techtype.h:112
uint32_t U32BIT
Definition: techtype.h:97
BOOLEAN STB_NVMDeleteFile(U8BIT *filename)
Deletes the file.