X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/7b78a5a287827db9e9b16286f3604aef69b37c5c..0f3b947bda5f34662a611272b9f12199e0da9aca:/fatfs/doc/en/fattime.html diff --git a/fatfs/doc/en/fattime.html b/fatfs/doc/en/fattime.html deleted file mode 100644 index d8c245e..0000000 --- a/fatfs/doc/en/fattime.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - -FatFs - get_fattime - - - - -
-

get_fattime

-

The get_fattime function gets current time.

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

Return Value

-

Currnet time is returned with packed into a DWORD value. The bit field is as follows:

-
-
bit31:25
-
Year origin from the 1980 (0..127)
-
bit24:21
-
Month (1..12)
-
bit20:16
-
Day of the month(1..31)
-
bit15:11
-
Hour (0..23)
-
bit10:5
-
Minute (0..59)
-
bit4:0
-
Second / 2 (0..29)
-
-
- - -
-

Description

-

The get_fattime() function shall return any valid time even if the system does not support a real time clock. If a zero is returned, the file will not have a valid timestamp.

-
- - -
-

QuickInfo

-

This function is not needed when _FS_READONLY == 1.

-
- - -

Return

- -