blob: 5baf770519aa14ba0f7366bce01429f5e129035d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
<!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_read</title>
</head>
<body>
<div class="para">
<h2>disk_read</h2>
<p>fBXNZN^ǂݏo܂B</p>
<pre>
DRESULT disk_read (
BYTE <em>Drive</em>, /* hCuԍ */
BYTE* <em>Buffer</em>, /* ǂݏoobt@ւ̃|C^ */
DWORD <em>SectorNumber</em>, /* ǂݏoJnZN^ԍ */
BYTE <em>SectorCount</em> /* ǂݏoZN^ */
);
</pre>
</div>
<div class="para">
<h4></h4>
<dl class="par">
<dt>Drive</dt>
<dd>hCuԍ(0-9)w肵܂B</dd>
<dt>Buffer</dt>
<dd>fBXNǂݏof[^i[oCgzŁAǂݏooCg̃TCYKvłBAhX̓ACgĂƂ͌܂B</dd>
<dt>SectorNumber</dt>
<dd>ǂݏoJnZN^ԍBLBAŎw肵܂B</dd>
<dt>SectorCount</dt>
<dd>ǂݏoZN^B 1`255͈̔͂Őݒ肵܂</dd>
</dl>
</div>
<div class="para">
<h4>߂l</h4>
<dl class="ret">
<dt>RES_OK (0)</dt>
<dd>IB</dd>
<dt>RES_ERROR</dt>
<dd>ǂݍݒɃG[ẢɂsB</dd>
<dt>RES_PARERR</dt>
<dd>p[^sB</dd>
<dt>RES_NOTRDY</dt>
<dd>hCu\Ԃł͂ȂiĂȂjB</dd>
</dl>
</div>
<p class="foot"><a href="../00index_j.html">߂</a></p>
</body>
</html>
|