X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/3531528ecedde37d5ebc67a330d192565290175a..05437fb4cdb907816a4fc3ffafa2617fcf33266a:/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.