Home
last modified time | relevance | path

Searched refs:uffs_InitFileSystemObjects (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/example/
H A Dstatic-mem-allocate.c130 return uffs_InitFileSystemObjects() == U_SUCC ? 0 : -1; in init_uffs_fs()
H A Dflash-interface-example.c396 return uffs_InitFileSystemObjects() == U_SUCC ? 0 : -1; in my_init_filesystem()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/
H A Duffs_init.c182 URET uffs_InitFileSystemObjects(void) in uffs_InitFileSystemObjects() function
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_public.h328 URET uffs_InitFileSystemObjects(void);
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/utils/
H A Dmkuffs.c167 return uffs_InitFileSystemObjects() == U_SUCC ? 0 : -1; in init_uffs_fs()