From 20236a8a990cae729bca1f7a4e0d619e92a5e37d Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 20 Dec 2014 21:15:16 +0000 Subject: stmhal: Upgrade to latest fatfs driver. --- stmhal/fatfs/doc/ja/opendir.html | 74 ---------------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 stmhal/fatfs/doc/ja/opendir.html (limited to 'stmhal/fatfs/doc/ja/opendir.html') diff --git a/stmhal/fatfs/doc/ja/opendir.html b/stmhal/fatfs/doc/ja/opendir.html deleted file mode 100644 index ffaf2cac8..000000000 --- a/stmhal/fatfs/doc/ja/opendir.html +++ /dev/null @@ -1,74 +0,0 @@ - - -
- - - - - -ディレクトリを開きます。
--FRESULT f_opendir ( - DIR* dp, /* [OUT] ディレクトリ・ブジェクト構造体へのポインタ */ - const TCHAR* path /* [IN] ディレクトリ名へのポインタ */ -); --
-FR_OK, -FR_DISK_ERR, -FR_INT_ERR, -FR_NOT_READY, -FR_NO_PATH, -FR_INVALID_NAME, -FR_INVALID_OBJECT, -FR_INVALID_DRIVE, -FR_NOT_ENABLED, -FR_NO_FILESYSTEM, -FR_TIMEOUT, -FR_NOT_ENOUGH_CORE -
-ディレクトリを開きます。正常終了したら、作成されたDIR構造体を使ってこのディレクトリの項目を順次読み出せます。
-_FS_MINIMIZE <= 1のとき使用可能になります。
-