SPIFFS integration with vfs.  
More...
SPIFFS integration with vfs. 
- Author
- Vincent Dupont vince.nosp@m.nt@o.nosp@m.takey.nosp@m.s.co.nosp@m.m 
Definition in file spiffs_fs.h.
#include "spiffs.h"
#include "spiffs_config.h"
#include "vfs.h"
#include "mtd.h"
#include "mutex.h"
Go to the source code of this file.
|  | 
| typedef struct spiffs_desc | spiffs_desc_t | 
|  | This contains everything needed to run an instance of SPIFFS. 
 | 
|  | 
|  | 
| void | spiffs_lock (struct spiffs_t *fs) | 
|  | SPIFFS lock function. 
 | 
|  | 
| void | spiffs_unlock (struct spiffs_t *fs) | 
|  | SPIFFS unlock function. 
 | 
|  |