Memory Accessors
From FullFAT
FullFAT defines and provides a platform integration interface for accessing memory buffers and writing to them.
The file ff_memory.c is where its all done. You may be able to modify these routines for slightly better performance on your platform. The provided routines work, and have been tested on BIG and LITTLE ENDIAN machines.
See Also
- FF_CreateSemaphore()
- FF_DestroySemaphore()
- FF_PendSemaphore()
- FF_ReleaseSemaphore()
- FF_Yield()
- FF_Sleep()
- FF_GetSystemTime()
- ff_config.h
- ff_types.h
- Memory Accessors

