discoverpixy
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions
ll_filesystem.h File Reference
#include "filesystem.h"
Include dependency graph for ll_filesystem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool ll_filesystem_init ()
 
DIRECTORY_STRUCTll_filesystem_dir_open (const char *path)
 
void ll_filesystem_dir_close (DIRECTORY_STRUCT *dir)
 
FILE_HANDLEll_filesystem_file_open (const char *filename)
 
void ll_filesystem_file_close (FILE_HANDLE *handle)
 
FILE_STATUS ll_filesystem_file_seek (FILE_HANDLE *handle, uint32_t offset)
 
FILE_STATUS ll_filesystem_file_read (FILE_HANDLE *handle, uint8_t *buf, uint32_t size)
 
FILE_STATUS ll_filesystem_file_write (FILE_HANDLE *handle, uint8_t *buf, uint32_t size)