FatFs R0.10c, released November 9, 2014
This commit is contained in:
+2
-2
@@ -32,9 +32,9 @@ DRESULT disk_write (
|
||||
<dt>buff</dt>
|
||||
<dd>Pointer to the <em>byte array</em> to be written. The size of data to be written is sector size * <tt class="arg">count</tt> bytes.</dd>
|
||||
<dt>sector</dt>
|
||||
<dd>Start sector number in logical block address (LBA).</dd>
|
||||
<dd>Start sector number in 32-bit LBA.</dd>
|
||||
<dt>count</dt>
|
||||
<dd>Number of sectors to write. FatFs specifis it in range of from 1 to 128.</dd>
|
||||
<dd>Number of sectors to write in range of from 1 to 128.</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user