blob: d627a124cfe37af25c5e5ac997d2e606147c833d (
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
|
<!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 - get_fattime</title>
</head>
<body>
<div class="para">
<h2>get_fattime</h2>
<p>ݎ擾܂B</p>
<pre>
DWORD get_fattime (void);
</pre>
</div>
<div class="para">
<h4>߂l</h4>
<p>݂̃[JE^C<tt>DWORD</tt>lɃpbNĕԂ܂BrbgEtB[h͎Ɏ悤ɂȂ܂B</p>
<dl>
<dt>bit31:25</dt>
<dd>1980NN_ƂN 0..127 œ܂B</dd>
<dt>bit24:21</dt>
<dd> 1..12 ̒lœ܂B</dd>
<dt>bit20:16</dt>
<dd> 1..31 ̒lœ܂B</dd>
<dt>bit15:11</dt>
<dd> 0..23 ̒lœ܂B</dd>
<dt>bit10:5</dt>
<dd> 0..59 ̒lœ܂B</dd>
<dt>bit4:0</dt>
<dd>b/2 0..29 ̒lœ܂B</dd>
</dl>
</div>
<div class="para">
<h4></h4>
<p>RTCT|[gȂVXełA炩̓tƂėLȒlԂȂȂ܂B0ԂꍇÃt@C͓t܂B[hEI[\ł͕͂̊KvƂ܂B</p>
</div>
<p class="foot"><a href="../00index_j.html">߂</a></p>
</body>
</html>
|