dRonin
adbada4
dRonin firmware
|
#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... | |
Definition in file pios_flashfs.h.