]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/documents/doc/write.html
Import fatfs R0.13b
[z180-stamp.git] / fatfs / documents / doc / write.html
similarity index 87%
rename from fatfs/doc/en/write.html
rename to fatfs/documents/doc/write.html
index 7ca8ad6717e37ea65661b4b399343918b38c98a5..d451255e62928ab73144b15d966129219799fa0a 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
 <html lang="en">\r
 <head>\r
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r
 <meta http-equiv="Content-Style-Type" content="text/css">\r
 <link rel="up" title="FatFs" href="../00index_e.html">\r
 <link rel="alternate" hreflang="ja" title="Japanese" href="../ja/write.html">\r
@@ -34,7 +34,7 @@ FRESULT f_write (
 <dt>btw</dt>\r
 <dd>Specifies number of bytes to write in range of <tt>UINT</tt> type.</dd>\r
 <dt>bw</dt>\r
-<dd>Pointer to the <tt>UINT</tt> variable to return the number of bytes written. The value is always valid after the function call regardless of the result code.</dd>\r
+<dd>Pointer to the <tt>UINT</tt> variable to return the number of bytes written. This value is always valid after the function call regardless of the function return code.</dd>\r
 </dl>\r
 </div>\r
 \r
@@ -45,6 +45,7 @@ FRESULT f_write (
 <a href="rc.html#ok">FR_OK</a>,\r
 <a href="rc.html#de">FR_DISK_ERR</a>,\r
 <a href="rc.html#ie">FR_INT_ERR</a>,\r
+<a href="rc.html#dn">FR_DENIED</a>,\r
 <a href="rc.html#io">FR_INVALID_OBJECT</a>,\r
 <a href="rc.html#tm">FR_TIMEOUT</a>\r
 </p>\r
@@ -59,7 +60,7 @@ FRESULT f_write (
 \r
 <div class="para comp">\r
 <h4>QuickInfo</h4>\r
-<p>Available when <tt>_FS_READONLY == 0</tt>.</p>\r
+<p>Available when <tt><a href="config.html#fs_readonly">FF_FS_READONLY</a> == 0</tt>.</p>\r
 </div>\r
 \r
 \r