summaryrefslogtreecommitdiff
path: root/fatfs/doc/en/fattime.html
diff options
context:
space:
mode:
authorLeo C2016-09-08 19:15:27 +0200
committerLeo C2016-09-08 19:15:27 +0200
commit70702af1370e44e32fb2c3c507e4759a187b4fe5 (patch)
tree5b75a408efadf5fccd8d5d481e91cce73a86897b /fatfs/doc/en/fattime.html
parent7b78a5a287827db9e9b16286f3604aef69b37c5c (diff)
downloadz180-stamp-70702af1370e44e32fb2c3c507e4759a187b4fe5.zip
Import fatfs R0.12bfatfs-0.12b
Diffstat (limited to 'fatfs/doc/en/fattime.html')
-rw-r--r--fatfs/doc/en/fattime.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/fatfs/doc/en/fattime.html b/fatfs/doc/en/fattime.html
index d8c245e..42fb1c8 100644
--- a/fatfs/doc/en/fattime.html
+++ b/fatfs/doc/en/fattime.html
@@ -13,7 +13,7 @@
<div class="para func">
<h2>get_fattime</h2>
-<p>The get_fattime function gets current time.</p>
+<p>The get_fattime function gets the current time.</p>
<pre>
DWORD get_fattime (void);
</pre>
@@ -22,7 +22,7 @@ DWORD get_fattime (void);
<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>
+<p>Currnet local time is returned in bit-fields 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>
@@ -42,13 +42,13 @@ DWORD get_fattime (void);
<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>
+<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>
+<p>This function is not needed when <tt>_FS_READONLY == 1</tt> or <tt>_FS_NORTC == 1</tt>.</p>
</div>