- Added FAT12. Removed unbuffered mode. - Fixed a problem on small (<32M) patition.
34 lines
1011 B
HTML
34 lines
1011 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html lang="ja">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
<link rel="up" title="FatFs" href="../00index_j.html">
|
|
<link rel="stylesheet" href="../css_j.css" type="text/css" media="screen" title="ELM Default">
|
|
<title>FatFs - disk_initialize</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="para">
|
|
<h2>disk_initialize</h2>
|
|
<p>ディスクドライブを初期化します。</p>
|
|
<pre>
|
|
DSTATUS disk_initialize ();
|
|
</pre>
|
|
</div>
|
|
|
|
<div class="para">
|
|
<h4>戻り値</h4>
|
|
<p>この関数は戻り値としてディスクステータスを返します。ディスクステータスの詳細に関しては<tt><a href="dstat.html">disk_status()</a></tt>を参照してください。</p>
|
|
</div>
|
|
|
|
<div class="para">
|
|
<h4>解説</h4>
|
|
<p>ディスクドライブを初期化します。関数が成功すると、戻り値の<tt>STA_NOINIT</tt>フラグがクリアされます。</p>
|
|
</div>
|
|
|
|
<p class="foot"><a href="../00index_j.html">戻る</a></p>
|
|
</body>
|
|
</html>
|