WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
littlefs_adapt.h 文件参考
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

函数

void fs_adapt_mount (void)
 
void fs_adapt_unmount (void)
 
int fs_adapt_open (const char *path, int oflag)
 
int fs_adapt_close (int fd)
 
int fs_adapt_read (int fd, char *buf, unsigned int len)
 
int fs_adapt_write (int fd, const char *buf, unsigned int len)
 
int fs_adapt_delete (const char *path)
 
int fs_adapt_stat (const char *path, unsigned int *file_size)
 
int fs_adapt_seek (int fd, int offset, unsigned int whence)
 
int fs_adapt_sync (int fd)
 
int fs_adapt_mkdir (const char *path)
 
void lfs_test (void)
 

函数说明

◆ fs_adapt_close()

int fs_adapt_close ( int  fd)

◆ fs_adapt_delete()

int fs_adapt_delete ( const char *  path)

◆ fs_adapt_mkdir()

int fs_adapt_mkdir ( const char *  path)

◆ fs_adapt_mount()

void fs_adapt_mount ( void  )

◆ fs_adapt_open()

int fs_adapt_open ( const char *  path,
int  oflag 
)

◆ fs_adapt_read()

int fs_adapt_read ( int  fd,
char *  buf,
unsigned int  len 
)

◆ fs_adapt_seek()

int fs_adapt_seek ( int  fd,
int  offset,
unsigned int  whence 
)

◆ fs_adapt_stat()

int fs_adapt_stat ( const char *  path,
unsigned int *  file_size 
)

◆ fs_adapt_sync()

int fs_adapt_sync ( int  fd)

◆ fs_adapt_unmount()

void fs_adapt_unmount ( void  )

◆ fs_adapt_write()

int fs_adapt_write ( int  fd,
const char *  buf,
unsigned int  len 
)

◆ lfs_test()

void lfs_test ( void  )