X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/5366852335044c1e68a5c32548d3051cc943552f..7b78a5a287827db9e9b16286f3604aef69b37c5c:/fatfs/doc/en/dinit.html diff --git a/fatfs/doc/en/dinit.html b/fatfs/doc/en/dinit.html index c22df47..a85eecd 100644 --- a/fatfs/doc/en/dinit.html +++ b/fatfs/doc/en/dinit.html @@ -25,19 +25,19 @@ DSTATUS disk_initialize (

Parameter

pdrv
-
Physical drive number to identify the target device.
+
Physical drive number to identify the target device. Always zero at single drive system.

Return Values

-

This function returns a disk status as the result. For details of the disk status, refer to the disk_status() function.

+

This function returns the current drive status flags as the result. For details of the drive status, refer to the disk_status() function.

Description

-

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

+

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.

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. This function is called at volume mount process by FatFs module to manage the media change.