📄 structfat__dir__entry__struct.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"><title>sd-reader: fat_dir_entry_struct Struct Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"><link href="tabs.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.5.6 --><div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li class="current"><a href="annotated.html"><span>Data Structures</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Data Structures</span></a></li> <li><a href="functions.html"><span>Data Fields</span></a></li> </ul> </div></div><div class="contents"><h1>fat_dir_entry_struct Struct Reference<br><small>[<a class="el" href="group__fat.html">FAT support</a>, <a class="el" href="group__fat__file.html">FAT file functions</a>]</small></h1><!-- doxytag: class="fat_dir_entry_struct" --><hr><a name="_details"></a><h2>Detailed Description</h2>Describes a directory entry. <table border="0" cellpadding="0" cellspacing="0"><tr><td></td></tr><tr><td colspan="2"><br><h2>Data Fields</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">char </td><td class="memItemRight" valign="bottom"><a class="el" href="structfat__dir__entry__struct.html#55d4698f86eecb6b49987a7c5f37566c">long_name</a> [32]</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">The file's name, truncated to 31 characters. <a href="#55d4698f86eecb6b49987a7c5f37566c"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">uint8_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structfat__dir__entry__struct.html#96bb7fbc6037217acccbeb22b718bc1a">attributes</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">The file's attributes. <a href="#96bb7fbc6037217acccbeb22b718bc1a"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">cluster_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structfat__dir__entry__struct.html#33ff89147834319be295ce273eac0d16">cluster</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">The cluster in which the file's first byte resides. <a href="#33ff89147834319be295ce273eac0d16"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structfat__dir__entry__struct.html#c8821140df86bef96d2e4c9b177f386e">file_size</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">The file's size. <a href="#c8821140df86bef96d2e4c9b177f386e"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">offset_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structfat__dir__entry__struct.html#cf491ee03bd21f230aecc449cac2c429">entry_offset</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">The total disk offset of this directory entry. <a href="#cf491ee03bd21f230aecc449cac2c429"></a><br></td></tr></table><hr><h2>Field Documentation</h2><a class="anchor" name="55d4698f86eecb6b49987a7c5f37566c"></a><!-- doxytag: member="fat_dir_entry_struct::long_name" ref="55d4698f86eecb6b49987a7c5f37566c" args="[32]" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">char <a class="el" href="structfat__dir__entry__struct.html#55d4698f86eecb6b49987a7c5f37566c">fat_dir_entry_struct::long_name</a>[32] </td> </tr> </table></div><div class="memdoc"><p>The file's name, truncated to 31 characters. <p></div></div><p><a class="anchor" name="96bb7fbc6037217acccbeb22b718bc1a"></a><!-- doxytag: member="fat_dir_entry_struct::attributes" ref="96bb7fbc6037217acccbeb22b718bc1a" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">uint8_t <a class="el" href="structfat__dir__entry__struct.html#96bb7fbc6037217acccbeb22b718bc1a">fat_dir_entry_struct::attributes</a> </td> </tr> </table></div><div class="memdoc"><p>The file's attributes. <p>Mask of the FAT_ATTRIB_* constants. </div></div><p><a class="anchor" name="33ff89147834319be295ce273eac0d16"></a><!-- doxytag: member="fat_dir_entry_struct::cluster" ref="33ff89147834319be295ce273eac0d16" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">cluster_t <a class="el" href="structfat__dir__entry__struct.html#33ff89147834319be295ce273eac0d16">fat_dir_entry_struct::cluster</a> </td> </tr> </table></div><div class="memdoc"><p>The cluster in which the file's first byte resides. <p></div></div><p><a class="anchor" name="c8821140df86bef96d2e4c9b177f386e"></a><!-- doxytag: member="fat_dir_entry_struct::file_size" ref="c8821140df86bef96d2e4c9b177f386e" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">uint32_t <a class="el" href="structfat__dir__entry__struct.html#c8821140df86bef96d2e4c9b177f386e">fat_dir_entry_struct::file_size</a> </td> </tr> </table></div><div class="memdoc"><p>The file's size. <p></div></div><p><a class="anchor" name="cf491ee03bd21f230aecc449cac2c429"></a><!-- doxytag: member="fat_dir_entry_struct::entry_offset" ref="cf491ee03bd21f230aecc449cac2c429" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">offset_t <a class="el" href="structfat__dir__entry__struct.html#cf491ee03bd21f230aecc449cac2c429">fat_dir_entry_struct::entry_offset</a> </td> </tr> </table></div><div class="memdoc"><p>The total disk offset of this directory entry. <p></div></div><p></div><hr size="1"><address style="text-align: right;"><small>Generated on Mon Mar 30 18:27:54 2009 for sd-reader by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -