From 289f6a146c0b2087607d8d8659531ea90142779a Mon Sep 17 00:00:00 2001 From: Leo C Date: Sun, 27 May 2018 21:26:38 +0200 Subject: Import fatfs R0.13b --- fatfs/doc/en/dinit.html | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 fatfs/doc/en/dinit.html (limited to 'fatfs/doc/en/dinit.html') diff --git a/fatfs/doc/en/dinit.html b/fatfs/doc/en/dinit.html deleted file mode 100644 index 4a003e7..0000000 --- a/fatfs/doc/en/dinit.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - -FatFs - disk_initialize - - - - -
-

disk_initialize

-

The disk_initialize function initializes the storage device.

-
-DSTATUS disk_initialize (
-  BYTE pdrv           /* [IN] Physical drive number */
-);
-
-
- -
-

Parameter

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

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.

-
- -
-

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.

-
- -

Return

- - -- cgit v1.2.3