X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/70702af1370e44e32fb2c3c507e4759a187b4fe5:/fatfs/doc/en/dinit.html..289f6a146c0b2087607d8d8659531ea90142779a:/fatfs/documents/doc/dinit.html diff --git a/fatfs/doc/en/dinit.html b/fatfs/documents/doc/dinit.html similarity index 86% rename from fatfs/doc/en/dinit.html rename to fatfs/documents/doc/dinit.html index 4a003e7..a7718bc 100644 --- a/fatfs/doc/en/dinit.html +++ b/fatfs/documents/doc/dinit.html @@ -1,7 +1,7 @@ - + @@ -13,7 +13,7 @@

disk_initialize

-

The disk_initialize function initializes the storage device.

+

The disk_initialize function is called to initializes the storage device.

 DSTATUS disk_initialize (
   BYTE pdrv           /* [IN] Physical drive number */
@@ -38,7 +38,7 @@ DSTATUS disk_initialize (
 

Description

This function initializes the storage device and put it ready to generic read/write. When the function succeeded, STA_NOINIT flag in the return value is cleared.

-

Remarks: This function needs to be under control of FatFs module. Application program MUST NOT call this function, or FAT structure on the volume can be broken. To re-initialize the file system, use f_mount function instead.

+

Remarks: This function needs to be under control of FatFs module. Application program MUST NOT call this function, or FAT structure on the volume can be broken. To re-initialize the filesystem, use f_mount function instead.

Return