OpenCores
URL https://opencores.org/ocsvn/avs_aes/avs_aes/trunk

Subversion Repositories avs_aes

[/] [avs_aes/] [trunk/] [doc/] [sw/] [html/] [AEStester_8c.html] - Diff between revs 11 and 21

Show entire file | Details | Blame | View Log

Rev 11 Rev 21
Line 1... Line 1...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!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">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 
<meta name="generator" content="Doxygen 1.8.4"/>
<title>AES Avalon Slave (avs_aes): AEStester.c File Reference</title>
<title>AES Avalon Slave (avs_aes): AEStester.c File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
 
<script type="text/javascript" src="jquery.js"></script>
 
<script type="text/javascript" src="dynsections.js"></script>
 
<link href="navtree.css" rel="stylesheet" type="text/css"/>
 
<script type="text/javascript" src="resize.js"></script>
 
<script type="text/javascript" src="navtree.js"></script>
 
<script type="text/javascript">
 
  $(document).ready(initResizable);
 
  $(window).load(resizeHeight);
 
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
</head>
<body>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<script type="text/javascript">
<div id="titlearea">
<!--
<table cellspacing="0" cellpadding="0">
function changeDisplayState (e){
 <tbody>
  var num=this.id.replace(/[^[0-9]/g,'');
 <tr style="height: 56px;">
  var button=this.firstChild;
  <td style="padding-left: 0.5em;">
  var sectionDiv=document.getElementById('dynsection'+num);
   <div id="projectname">AES Avalon Slave (avs_aes)
  if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
   </div>
    sectionDiv.style.display='block';
  </td>
    button.src='open.gif';
 </tr>
  }else{
 </tbody>
    sectionDiv.style.display='none';
</table>
    button.src='closed.gif';
</div>
  }
<!-- end header part -->
}
<!-- Generated by Doxygen 1.8.4 -->
function initDynSections(){
  <div id="navrow1" class="tabs">
  var divs=document.getElementsByTagName('div');
    <ul class="tablist">
  var sectionCounter=1;
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
  for(var i=0;i<divs.length-1;i++){
      <li><a href="modules.html"><span>Modules</span></a></li>
    if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      var header=divs[i];
 
      var section=divs[i+1];
 
      var button=header.firstChild;
 
      if (button!='IMG'){
 
        divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
 
        button=document.createElement('img');
 
        divs[i].insertBefore(button,divs[i].firstChild);
 
      }
 
      header.style.cursor='pointer';
 
      header.onclick=changeDisplayState;
 
      header.id='dynheader'+sectionCounter;
 
      button.src='closed.gif';
 
      section.id='dynsection'+sectionCounter;
 
      section.style.display='none';
 
      section.style.marginLeft='14px';
 
      sectionCounter++;
 
    }
 
  }
 
}
 
window.onload = initDynSections;
 
-->
 
</script>
 
<div class="navigation" id="top">
 
  <div class="tabs">
 
    <ul>
 
      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
 
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
 
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
    </ul>
  </div>
  </div>
  <div class="tabs">
  <div id="navrow2" class="tabs2">
    <ul>
    <ul class="tablist">
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
    </ul>
  </div>
  </div>
 
</div><!-- top -->
 
<div id="side-nav" class="ui-resizable side-nav-resizable">
 
  <div id="nav-tree">
 
    <div id="nav-tree-contents">
 
      <div id="nav-sync" class="sync"></div>
 
    </div>
 
  </div>
 
  <div id="splitbar" style="-moz-user-select:none;"
 
       class="ui-resizable-handle">
 
  </div>
</div>
</div>
 
<script type="text/javascript">
 
$(document).ready(function(){initNavTree('AEStester_8c.html','');});
 
</script>
 
<div id="doc-content">
 
<div class="header">
 
  <div class="summary">
 
<a href="#func-members">Functions</a>  </div>
 
  <div class="headertitle">
 
<div class="title">AEStester.c File Reference</div>  </div>
 
</div><!--header-->
<div class="contents">
<div class="contents">
<h1>AEStester.c File Reference</h1>
 
<p>test program and example of how to use the software
<p>test program and example of how to use the software
<a href="#_details">More...</a></p>
<a href="#details">More...</a></p>
<code>#include &lt;stdio.h&gt;</code><br/>
<div class="textblock"><code>#include &lt;stdio.h&gt;</code><br/>
<code>#include &lt;string.h&gt;</code><br/>
<code>#include &lt;string.h&gt;</code><br/>
<code>#include &lt;<a class="el" href="avs__aes_8h_source.html">avs_aes.h</a>&gt;</code><br/>
<code>#include &lt;<a class="el" href="avs__aes_8h_source.html">avs_aes.h</a>&gt;</code><br/>
<div class="dynheader">
</div><div class="textblock"><div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
Include dependency graph for AEStester.c:</div>
  <img id="dynsection-0-trigger" src="closed.png" alt="+"/> Include dependency graph for AEStester.c:</div>
<div class="dynsection">
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
<div class="center"><img src="AEStester_8c__incl.png" border="0" usemap="#AEStester_8c_map" alt=""/></div>
</div>
<map name="AEStester_8c_map" id="AEStester_8c">
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
<area shape="rect" href="avs__aes_8h.html" title="header file for AES Avalon IP Core software driver offers interfaces to convinient..." alt="" coords="176,83,256,112"/></map>
<div class="center"><img src="AEStester_8c__incl.png" border="0" usemap="#AEStester_8c" alt=""/></div>
 
<map name="AEStester_8c" id="AEStester_8c">
 
<area shape="rect" id="node7" href="avs__aes_8h.html" title="header file for AES Avalon IP Core software driver offers interfaces to convinient access to the core..." alt="" coords="173,83,251,111"/></map>
 
</div>
</div>
</div>
 
 
<p><a href="AEStester_8c_source.html">Go to the source code of this file.</a></p>
<p><a href="AEStester_8c_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<table class="memberdecls">
<tr><td colspan="2"><h2>Functions</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae66f6b31b5ad750f1fe042a706a4e3d4"></a><!-- doxytag: member="AEStester.c::main" ref="ae66f6b31b5ad750f1fe042a706a4e3d4" args="()" -->
Functions</h2></td></tr>
int&nbsp;</td><td class="memItemRight" valign="bottom"><b>main</b> ()</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae66f6b31b5ad750f1fe042a706a4e3d4"></a>
 
int&#160;</td><td class="memItemRight" valign="bottom"><b>main</b> ()</td></tr>
 
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>test program and example of how to use the software </p>
<div class="textblock"><p>test program and example of how to use the software </p>
<p>This file is part of the project avs_aes see: <a href="http://opencores.org/project,avs_aes">http://opencores.org/project,avs_aes</a></p>
<p>This file is part of the project avs_aes see: <a href="http://opencores.org/project,avs_aes">http://opencores.org/project,avs_aes</a></p>
<h2><a class="anchor" id="AUTHORS">
<h1><a class="anchor" id="AUTHORS"></a>
AUTHORS</a></h2>
AUTHORS</h1>
<p>Thomas Ruschival -- <a href="mailto:ruschi@opencores.org">ruschi@opencores.org</a> (www.ruschival.de)</p>
<p>Thomas Ruschival &ndash; <a href="#" onclick="location.href='mai'+'lto:'+'rus'+'ch'+'i@o'+'pe'+'nco'+'re'+'s.o'+'rg'; return false;">rusch<span style="display: none;">.nosp@m.</span>i@op<span style="display: none;">.nosp@m.</span>encor<span style="display: none;">.nosp@m.</span>es.o<span style="display: none;">.nosp@m.</span>rg</a> (www.ruschival.de)</p>
<h2><a class="anchor" id="LICENSE">
<h1><a class="anchor" id="LICENSE"></a>
LICENSE</a></h2>
LICENSE</h1>
<p>Copyright (c) 2009, Authors and opencores.org All rights reserved.</p>
<p>Copyright (c) 2009, Authors and opencores.org All rights reserved.</p>
<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the organization nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE </p>
<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p>
 
<ul>
 
<li>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</li>
 
<li>Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</li>
 
<li>Neither the name of the organization nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE </li>
 
</ul>
 
 
<p>Definition in file <a class="el" href="AEStester_8c_source.html">AEStester.c</a>.</p>
<p>Definition in file <a class="el" href="AEStester_8c_source.html">AEStester.c</a>.</p>
</div>
</div></div><!-- contents -->
<hr size="1"/><address style="text-align: right;"><small>Generated on Fri Apr 2 23:22:36 2010 for AES Avalon Slave (avs_aes) by&nbsp;
</div><!-- doc-content -->
 
<!-- start footer part -->
 
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
 
  <ul>
 
    <li class="navelem"><a class="el" href="AEStester_8c.html">AEStester.c</a></li>
 
    <li class="footer">Generated on Sat Apr 19 2014 17:55:55 for AES Avalon Slave (avs_aes) by
<a href="http://www.doxygen.org/index.html">
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
 
  </ul>
 
</div>
</body>
</body>
</html>
</html>
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.