SOES/soes/doc/html/structfoe__writefile__cfg.html

148 lines
6.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>SOES: foe_writefile_cfg_t Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">SOES&#160;<span id="projectnumber">v1.0.0</span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
<li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-attribs">Data Fields</a> </div>
<div class="headertitle">
<div class="title">foe_writefile_cfg_t Struct Reference</div> </div>
</div>
<div class="contents">
<!-- doxytag: class="foe_writefile_cfg" -->
<p><code>#include &lt;esc_foe.h&gt;</code></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structfoe__writefile__cfg.html#aa3b65a0c7d505e8095a59c57e5266be9">name</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint32&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structfoe__writefile__cfg.html#abc50f654a889f18a6da69cbc1212af37">max_data</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint32&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structfoe__writefile__cfg.html#a0540fe2ce25a5d05ad5a0faa8e3e8f60">dest_start_address</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint32&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structfoe__writefile__cfg.html#a618c137fd3ced50fae00c20df1459ea2">address_offset</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint32&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structfoe__writefile__cfg.html#a552cccd0564b95ee7c9a72f32537b84d">filepass</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint32(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structfoe__writefile__cfg.html#a2038f0388460a911097d063806a5162a">write_function</a> )(foe_writefile_cfg_t *self, uint8 *data)</td></tr>
</table>
<hr/><h2>Field Documentation</h2>
<a class="anchor" id="a618c137fd3ced50fae00c20df1459ea2"></a><!-- doxytag: member="foe_writefile_cfg::address_offset" ref="a618c137fd3ced50fae00c20df1459ea2" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint32 foe_writefile_cfg_t::address_offset</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Current address during write of file </p>
</div>
</div>
<a class="anchor" id="a0540fe2ce25a5d05ad5a0faa8e3e8f60"></a><!-- doxytag: member="foe_writefile_cfg::dest_start_address" ref="a0540fe2ce25a5d05ad5a0faa8e3e8f60" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint32 foe_writefile_cfg_t::dest_start_address</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Where to store the data initially </p>
</div>
</div>
<a class="anchor" id="a552cccd0564b95ee7c9a72f32537b84d"></a><!-- doxytag: member="foe_writefile_cfg::filepass" ref="a552cccd0564b95ee7c9a72f32537b84d" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint32 foe_writefile_cfg_t::filepass</td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="abc50f654a889f18a6da69cbc1212af37"></a><!-- doxytag: member="foe_writefile_cfg::max_data" ref="abc50f654a889f18a6da69cbc1212af37" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint32 foe_writefile_cfg_t::max_data</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Size of file,sizeof data we can recv </p>
</div>
</div>
<a class="anchor" id="aa3b65a0c7d505e8095a59c57e5266be9"></a><!-- doxytag: member="foe_writefile_cfg::name" ref="aa3b65a0c7d505e8095a59c57e5266be9" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* foe_writefile_cfg_t::name</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Name of file to receive from master </p>
</div>
</div>
<a class="anchor" id="a2038f0388460a911097d063806a5162a"></a><!-- doxytag: member="foe_writefile_cfg::write_function" ref="a2038f0388460a911097d063806a5162a" args=")(foe_writefile_cfg_t *self, uint8 *data)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint32(* foe_writefile_cfg_t::write_function)(foe_writefile_cfg_t *self, uint8 *data)</td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="esc__foe_8h.html">esc_foe.h</a></li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Wed Jul 10 2013 11:14:19 for SOES by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>