From efa13a879df590ce0043a5b4f97597484bf264e1 Mon Sep 17 00:00:00 2001 From: inmarket Date: Wed, 13 Aug 2014 15:48:16 +1000 Subject: Move 3rd Party source to a new directory. Rationalise Fatfs code and fix a couple of configuration issues. --- 3rdparty/fatfs-0.10b/doc/ja/chdrive.html | 61 ++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 3rdparty/fatfs-0.10b/doc/ja/chdrive.html (limited to '3rdparty/fatfs-0.10b/doc/ja/chdrive.html') diff --git a/3rdparty/fatfs-0.10b/doc/ja/chdrive.html b/3rdparty/fatfs-0.10b/doc/ja/chdrive.html new file mode 100644 index 00000000..32caf34b --- /dev/null +++ b/3rdparty/fatfs-0.10b/doc/ja/chdrive.html @@ -0,0 +1,61 @@ + + + + + + + + +FatFs - f_chdrive + + + + +
+

f_chdrive

+

カレント・ドライブを変更します。

+
+FRESULT f_chdrive (
+  const TCHAR* path  /* [IN] 対象ドライブを指定します */
+);
+
+
+ +
+

引数

+
+
path
+
カレント・ドライブに設定する論理ドライブ番号を指定するパス名を指定します。
+
+
+ + +
+

戻り値

+

+FR_OK, +FR_INVALID_DRIVE +

+
+ + +
+

解説

+

カレント・ドライブを変更します。システム起動時の初期値はドライブ0です。この設定はFatFsモジュールの静的変数に記録されるため、全てのタスクに対して影響を与えます。

+
+ + +
+

対応情報

+

_FS_RPATH == 1で、且つ_VOLUMES > 1のときに使用可能となります。

+
+ + +
+

参照

+

f_chdir

+
+ +

Return

+ + -- cgit v1.2.3