From 70702af1370e44e32fb2c3c507e4759a187b4fe5 Mon Sep 17 00:00:00 2001 From: Leo C Date: Thu, 8 Sep 2016 19:15:27 +0200 Subject: Import fatfs R0.12b --- fatfs/doc/en/dinit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fatfs/doc/en/dinit.html') diff --git a/fatfs/doc/en/dinit.html b/fatfs/doc/en/dinit.html index a85eecd..4a003e7 100644 --- a/fatfs/doc/en/dinit.html +++ b/fatfs/doc/en/dinit.html @@ -32,13 +32,13 @@ DSTATUS disk_initialize (

Return Values

-

This function returns the current drive status flags as the result. For details of the drive 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 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.

+

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.

Return

-- cgit v1.2.3