OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [Common/] [FileSystem/] [FatFs-0.7e/] [doc/] [en/] [dstat.html] - Blame information for rev 606

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 606 jeremybenn
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html lang="en">
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5
<meta http-equiv="Content-Style-Type" content="text/css">
6
<link rel="up" title="FatFs" href="../00index_e.html">
7
<link rel="stylesheet" href="../css_e.css" type="text/css" media="screen" title="ELM Default">
8
<title>FatFs - disk_status</title>
9
</head>
10
 
11
<body>
12
 
13
<div class="para">
14
<h2>disk_status</h2>
15
<p>The disk_status function returns the current disk status.</p>
16
<pre>
17
DSTATUS disk_status (
18
  BYTE <em>Drive</em>     /* Physical drive number */
19
);
20
</pre>
21
</div>
22
 
23
<div class="para">
24
<h4>Parameter</h4>
25
<dl class="par">
26
<dt>Drive</dt>
27
<dd>Specifies the physical drive number to be confirmed.</dd>
28
</dl>
29
</div>
30
 
31
 
32
<div class="para">
33
<h4>Return Values</h4>
34
<p>The disk status is returned in combination of following flags.</p>
35
<dl class="ret">
36
<dt>STA_NOINIT</dt>
37
<dd>Indicates that the disk drive has not been initialized. This flag is set on: system reset, disk removal and disk_initialize function failed, and cleared on: disk_initialize function succeeded.</dd>
38
<dt>STA_NODISK</dt>
39
<dd>Indicates that no medium in the drive. This is always cleared on fixed disk drive.</dd>
40
<dt>STA_PROTECTED</dt>
41
<dd>Indicates that the medium is write protected. This is always cleared on the drive that does not support write protect notch. Not valid when <tt>STA_NODISK</tt> is set.</dd>
42
</dl>
43
</div>
44
 
45
<p class="foot"><a href="../00index_e.html">Return</a></p>
46
</body>
47
</html>

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.