MHEG5Bool MHEG5nvmWrite(MHEG5String fn, void *buf, MHEG5Int len)
Write a file to the persistent store.
Definition: mh5nvm.c:165
void MHEG5nvmReset(void)
Clear all NVM data from the persistent store.
Definition: mh5nvm.c:372
long MHEG5Int
Definition: mh5base.h:69
void MHEG5nvmInitialise(U32BIT nvmSize)
Initialise NVM Storage.
Definition: mh5nvm.c:72
short MHEG5Bool
Definition: mh5base.h:67
int len
Definition: mh5gate.c:66
void MHEG5ExitStore(void)
destroy Persistent Storage - only really useful on platform like WINDOWS
uint32_t U32BIT
Definition: techtype.h:97
MHEG5Bool MHEG5nvmRead(MHEG5String fn, void **buf, MHEG5Int *len)
Read a file from the persistent store.
Definition: mh5nvm.c:103