GadgetSeed  0.9.6
fs.h ファイル

ファイルシステムAPI [詳解]

#include "str.h"
#include "datetime.h"
#include "device.h"
#include "ff.h"
fs.h の依存先関係図:
被依存関係図:

[ソースコード]

データ構造

struct  FS_FILEINFO
 
struct  FS_DIR
 
struct  st_filesystem
 ファイルシステム構造体 [詳解]
 

マクロ定義

#define FSNAME_VFAT   "vfat"
 
#define FSNAME_PIPE   "pipe"
 
#define MAX_FNAME_LEN   12
 

型定義

typedef unsigned long long t_size
 
typedef long long t_ssize
 

関数

struct st_filesystemsearch_filesystem (const char *name)
 

詳解

ファイルシステムAPI

日付
2018.09.09
著者
Takashi SHUDO

fs.h に定義があります。