summaryrefslogtreecommitdiff
path: root/fatfs/doc/ja/fattime.html
blob: 028ad53473679a24fb2f2979c7ae232b5ca4934f (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
<!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="alternate" hreflang="en" title="English" href="../en/fattime.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 func">
<h2>get_fattime</h2>
<p>���ݎ������擾���܂��B</p>
<pre>
DWORD get_fattime (void);
</pre>
</div>


<div class="para ret">
<h4>�߂�l</h4>
<p>���݂̃��[�J���E�^�C����<tt>DWORD</tt>�l�Ƀp�b�N���ĕԂ��܂��B�r�b�g�E�t�B�[���h�͎��Ɏ����悤�ɂȂ�܂��B</p>
<dl>
<dt>bit31:25</dt>
<dd>1980�N���N�_�Ƃ����N�� 0..127 �ŃZ�b�g�B</dd>
<dt>bit24:21</dt>
<dd>���� 1..12 �̒l�ŃZ�b�g�B</dd>
<dt>bit20:16</dt>
<dd>���� 1..31 �̒l�ŃZ�b�g�B</dd>
<dt>bit15:11</dt>
<dd>���� 0..23 �̒l�ŃZ�b�g�B</dd>
<dt>bit10:5</dt>
<dd>���� 0..59 �̒l�ŃZ�b�g�B</dd>
<dt>bit4:0</dt>
<dd>�b/2�� 0..29 �̒l�ŃZ�b�g</dd>
</dl>
</div>


<div class="para desc">
<h4>���</h4>
<p>RTC���T�|�[�g���Ȃ��V�X�e���ł��A�_�~�[�Ƃ��ĉ��炩�̓��t�Ƃ��ėL���Ȓl��Ԃ��ׂ��ł��B0�Ȃǂ�Ԃ����ꍇ�A���̃t�@�C���̃^�C���X�^���v�͖����ɂȂ�܂��B</p>
</div>


<div class="para comp">
<h4>�Ή����</h4>
<p>���[�h�E�I�����[�\��(<tt>_FS_READONLY == 1</tt>)�ł͂��̊֐��͕K�v�Ƃ���܂���B</p>
</div>


<p class="foot"><a href="../00index_j.html">�߂�</a></p>
</body>
</html>