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. --- src/gfile/fatfs/doc/ja/fattime.html | 57 ------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 src/gfile/fatfs/doc/ja/fattime.html (limited to 'src/gfile/fatfs/doc/ja/fattime.html') diff --git a/src/gfile/fatfs/doc/ja/fattime.html b/src/gfile/fatfs/doc/ja/fattime.html deleted file mode 100644 index 8e8a76f5..00000000 --- a/src/gfile/fatfs/doc/ja/fattime.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - -FatFs - get_fattime - - - - -
-

get_fattime

-

現在時刻を取得します。

-
-DWORD get_fattime (void);
-
-
- - -
-

戻り値

-

現在のローカル・タイムをDWORD値にパックして返しす。ビット・フィールドは次に示すようになります。

-
-
bit31:25
-
1980年を起点とした年を 0..127 でセット。
-
bit24:21
-
月を 1..12 の値でセット。
-
bit20:16
-
日を 1..31 の値でセット。
-
bit15:11
-
時を 0..23 の値でセット。
-
bit10:5
-
分を 0..59 の値でセット。
-
bit4:0
-
秒/2を 0..29 の値でセット
-
-
- - -
-

解説

-

RTCをサポートしないシステムでも、ダミーとして何らかの日付として有効な値を返すべきです。0などを返した場合、そのファイルのタイムスタンプは無効になります。

-
- - -
-

対応情報

-

リード・オンリー構成(_FS_READONLY == 1)ではこの関数は必要とされません。

-
- - -

戻る

- - -- cgit v1.2.3