dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pios_flashfs.h File Reference
#include <stdint.h>

Go to the source code of this file.

Functions

int32_t PIOS_FLASHFS_Format (uintptr_t fs_id)
 Erases all filesystem arenas and activate the first arena. More...
 
int32_t PIOS_FLASHFS_ObjSave (uintptr_t fs_id, uint32_t obj_id, uint16_t obj_inst_id, uint8_t *obj_data, uint16_t obj_size)
 Saves one object instance to the filesystem. More...
 
int32_t PIOS_FLASHFS_ObjLoad (uintptr_t fs_id, uint32_t obj_id, uint16_t obj_inst_id, uint8_t *obj_data, uint16_t obj_size)
 Load one object instance from the filesystem. More...
 
int32_t PIOS_FLASHFS_ObjDelete (uintptr_t fs_id, uint32_t obj_id, uint16_t obj_inst_id)
 Delete one instance of an object from the filesystem. More...
 

Detailed Description

Author
Tau Labs, http://taulabs.org, Copyright (C) 2012-2013

Definition in file pios_flashfs.h.