disk_initialize

The disk_initialize initializes the disk drive.

DSTATUS disk_initialize ();

Return Values

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

Description

The disk_initialize initializes the disk drive. When the function succeeded, STA_NOINIT flag in the return value will be cleard.

Return