annotated.html

来自「yavrtos,一款用于广泛用于AVR单片机的RTOS,文件里是这款OS的源码」· HTML 代码 · 共 36 行

HTML
36
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"><title>YAVRTOS: Data Structures</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.4 --><div class="tabs">  <ul>    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>    <li><a href="modules.html"><span>Modules</span></a></li>    <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>    <li><a href="files.html"><span>Files</span></a></li>    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>  </ul></div><div class="tabs">  <ul>    <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>    <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>  </ul></div><h1>YAVRTOS Data Structures</h1>Here are the data structures with brief descriptions:<table>  <tr><td class="indexkey"><a class="el" href="structmailbox__t.html">mailbox_t</a></td><td class="indexvalue">Structure describing mailboxes </td></tr>  <tr><td class="indexkey"><a class="el" href="structmutex__t.html">mutex_t</a></td><td class="indexvalue">A structure describing a mutex </td></tr>  <tr><td class="indexkey"><a class="el" href="structsemaphore__t.html">semaphore_t</a></td><td class="indexvalue">Structure describing a semaphore </td></tr>  <tr><td class="indexkey"><a class="el" href="structsystem__struct.html">system_struct</a></td><td class="indexvalue"><p><b>For internal use only.</b></p><p>Structure used by the system to hold the system stack, and a flag indicating whether an ISR is currently being executed </p></td></tr>  <tr><td class="indexkey"><a class="el" href="structtask__t.html">task_t</a></td><td class="indexvalue">Structure describing a task </td></tr></table><hr><p align="center"><font size="-1">YAVRTOS and YAVRTOS documentation Copyright &copy; 2007-2008 Chris O'Byrne. Email - chris &lt;at&gt; obyrne &lt;dot&gt; com</font></p></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?