]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/doc/en/fattime.html
Import fatfs R0.12b
[z180-stamp.git] / fatfs / doc / en / fattime.html
index d8c245ec59d0ff8b0233a4700993fcb5ebc48130..42fb1c8466f006ed9047750519a8295ca7f9c668 100644 (file)
@@ -13,7 +13,7 @@
 \r
 <div class="para func">\r
 <h2>get_fattime</h2>\r
-<p>The get_fattime function gets current time.</p>\r
+<p>The get_fattime function gets the current time.</p>\r
 <pre>\r
 DWORD get_fattime (void);\r
 </pre>\r
@@ -22,7 +22,7 @@ DWORD get_fattime (void);
 \r
 <div class="para ret">\r
 <h4>Return Value</h4>\r
-<p>Currnet time is returned with packed into a <tt>DWORD</tt> value. The bit field is as follows:</p>\r
+<p>Currnet local time is returned in bit-fields packed into a <tt>DWORD</tt> value. The bit field is as follows:</p>\r
 <dl class="ret">\r
 <dt>bit31:25</dt>\r
 <dd>Year origin from the 1980 (0..127)</dd>\r
@@ -42,13 +42,13 @@ DWORD get_fattime (void);
 \r
 <div class="para desc">\r
 <h4>Description</h4>\r
-<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>\r
+<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>\r
 </div>\r
 \r
 \r
 <div class="para comp">\r
 <h4>QuickInfo</h4>\r
-<p>This function is not needed when <tt>_FS_READONLY == 1</tt>.</p>\r
+<p>This function is not needed when <tt>_FS_READONLY == 1</tt> or <tt>_FS_NORTC == 1</tt>.</p>\r
 </div>\r
 \r
 \r