aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/fatfs-0.10b/doc/en/fattime.html
diff options
context:
space:
mode:
authorinmarket <inmarket@ugfx.io>2017-06-24 16:35:31 +1000
committerinmarket <inmarket@ugfx.io>2017-06-24 16:35:31 +1000
commit8561671cb8c8c81cca6407d47437a7238b111ada (patch)
tree02525a8d232375498816d1ad8c051cd86ac933cf /3rdparty/fatfs-0.10b/doc/en/fattime.html
parent5c848859956d62098aa88fdb524faf8bf17fc386 (diff)
downloaduGFX-8561671cb8c8c81cca6407d47437a7238b111ada.tar.gz
uGFX-8561671cb8c8c81cca6407d47437a7238b111ada.tar.bz2
uGFX-8561671cb8c8c81cca6407d47437a7238b111ada.zip
Upgrade to from FATFS-0.10b to FATFS-0.13
Diffstat (limited to '3rdparty/fatfs-0.10b/doc/en/fattime.html')
-rw-r--r--3rdparty/fatfs-0.10b/doc/en/fattime.html57
1 files changed, 0 insertions, 57 deletions
diff --git a/3rdparty/fatfs-0.10b/doc/en/fattime.html b/3rdparty/fatfs-0.10b/doc/en/fattime.html
deleted file mode 100644
index 1736e87f..00000000
--- a/3rdparty/fatfs-0.10b/doc/en/fattime.html
+++ /dev/null
@@ -1,57 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<link rel="up" title="FatFs" href="../00index_e.html">
-<link rel="alternate" hreflang="ja" title="Japanese" href="../ja/fattime.html">
-<link rel="stylesheet" href="../css_e.css" type="text/css" media="screen" title="ELM Default">
-<title>FatFs - get_fattime</title>
-</head>
-
-<body>
-
-<div class="para func">
-<h2>get_fattime</h2>
-<p>The get_fattime function gets current time.</p>
-<pre>
-DWORD get_fattime (void);
-</pre>
-</div>
-
-
-<div class="para ret">
-<h4>Return Value</h4>
-<p>Currnet time is returned with packed into a <tt>DWORD</tt> value. The bit field is as follows:</p>
-<dl class="ret">
-<dt>bit31:25</dt>
-<dd>Year origin from the 1980 (0..127)</dd>
-<dt>bit24:21</dt>
-<dd>Month (1..12)</dd>
-<dt>bit20:16</dt>
-<dd>Day of the month(1..31)</dd>
-<dt>bit15:11</dt>
-<dd>Hour (0..23)</dd>
-<dt>bit10:5</dt>
-<dd>Minute (0..59)</dd>
-<dt>bit4:0</dt>
-<dd>Second / 2 (0..29)</dd>
-</dl>
-</div>
-
-
-<div class="para desc">
-<h4>Description</h4>
-<p>The <tt>get_fattime()</tt> 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.</p>
-</div>
-
-
-<div class="para comp">
-<h4>QuickInfo</h4>
-<p>This function is not needed when <tt>_FS_READONLY == 1</tt>.</p>
-</div>
-
-
-<p class="foot"><a href="../00index_e.html">Return</a></p>
-</body>
-</html>