⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 structpmsmflags.html

📁 Atmel算法(pid)-步进电机驱动源码 HOWTO,不好用你找我,绝对ok!
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>AVR447: Sine wave driving of three phase motor: PMSMflags Struct Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.4 --><div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div><h1>PMSMflags Struct Reference</h1><!-- doxytag: class="PMSMflags" --><code>#include &lt;<a class="el" href="PMSM_8h-source.html">PMSM.h</a>&gt;</code><p><hr><a name="_details"></a><h2>Detailed Description</h2>Collection of all motor control flags. <p>This struct contains all motor control flags used in this implementation.<p><p>Definition at line <a class="el" href="PMSM_8h-source.html#l00253">253</a> of file <a class="el" href="PMSM_8h-source.html">PMSM.h</a>.<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"><a class="el" href="stdint_8h.html#a56">uint8_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structPMSMflags.html#o0">actualDirection</a>: 2</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Is motor synchronized? Does not have any meaning when motorStopped is TRUE.  <a href="#o0"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="stdint_8h.html#a56">uint8_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structPMSMflags.html#o1">desiredDirection</a>: 1</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The actual direction of rotation.  <a href="#o1"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="stdint_8h.html#a56">uint8_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structPMSMflags.html#o2">driveWaveform</a>: 2</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The desired direction of rotation.  <a href="#o2"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="stdint_8h.html#a56">uint8_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structPMSMflags.html#o3">motorStopped</a>: 1</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="stdint_8h.html#a56">uint8_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structPMSMflags.html#o4">motorSynchronized</a>: 1</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Is motor stopped?  <a href="#o4"></a><br></td></tr></table><hr><h2>Field Documentation</h2><a class="anchor" name="o0"></a><!-- doxytag: member="PMSMflags::actualDirection" ref="o0" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="stdint_8h.html#a56">uint8_t</a> <a class="el" href="structPMSMflags.html#o0">PMSMflags::actualDirection</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Is motor synchronized? Does not have any meaning when motorStopped is TRUE. <p><p>Definition at line <a class="el" href="PMSM_8h-source.html#l00257">257</a> of file <a class="el" href="PMSM_8h-source.html">PMSM.h</a>.<p>Referenced by <a class="el" href="main_8c-source.html#l00594">ActualDirectionUpdate()</a>, <a class="el" href="main_8c-source.html#l00135">main()</a>, and <a class="el" href="main_8c-source.html#l00847">MotorSynchronizedUpdate()</a>.    </td>  </tr></table><a class="anchor" name="o1"></a><!-- doxytag: member="PMSMflags::desiredDirection" ref="o1" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="stdint_8h.html#a56">uint8_t</a> <a class="el" href="structPMSMflags.html#o1">PMSMflags::desiredDirection</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The actual direction of rotation. <p><p>Definition at line <a class="el" href="PMSM_8h-source.html#l00258">258</a> of file <a class="el" href="PMSM_8h-source.html">PMSM.h</a>.<p>Referenced by <a class="el" href="main_8c-source.html#l00135">main()</a>, and <a class="el" href="main_8c-source.html#l00847">MotorSynchronizedUpdate()</a>.    </td>  </tr></table><a class="anchor" name="o2"></a><!-- doxytag: member="PMSMflags::driveWaveform" ref="o2" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="stdint_8h.html#a56">uint8_t</a> <a class="el" href="structPMSMflags.html#o2">PMSMflags::driveWaveform</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The desired direction of rotation. <p><p>Definition at line <a class="el" href="PMSM_8h-source.html#l00259">259</a> of file <a class="el" href="PMSM_8h-source.html">PMSM.h</a>.<p>Referenced by <a class="el" href="main_8c-source.html#l00135">main()</a>.    </td>  </tr></table><a class="anchor" name="o3"></a><!-- doxytag: member="PMSMflags::motorStopped" ref="o3" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="stdint_8h.html#a56">uint8_t</a> <a class="el" href="structPMSMflags.html#o3">PMSMflags::motorStopped</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p><p>Definition at line <a class="el" href="PMSM_8h-source.html#l00255">255</a> of file <a class="el" href="PMSM_8h-source.html">PMSM.h</a>.<p>Referenced by <a class="el" href="main_8c-source.html#l00135">main()</a>, and <a class="el" href="main_8c-source.html#l00847">MotorSynchronizedUpdate()</a>.    </td>  </tr></table><a class="anchor" name="o4"></a><!-- doxytag: member="PMSMflags::motorSynchronized" ref="o4" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="stdint_8h.html#a56">uint8_t</a> <a class="el" href="structPMSMflags.html#o4">PMSMflags::motorSynchronized</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Is motor stopped? <p><p>Definition at line <a class="el" href="PMSM_8h-source.html#l00256">256</a> of file <a class="el" href="PMSM_8h-source.html">PMSM.h</a>.<p>Referenced by <a class="el" href="main_8c-source.html#l00594">ActualDirectionUpdate()</a>, <a class="el" href="main_8c-source.html#l00135">main()</a>, and <a class="el" href="main_8c-source.html#l00847">MotorSynchronizedUpdate()</a>.    </td>  </tr></table><hr size="1"><address style="align: right;"><small>Generated on Mon Mar 27 09:31:34 2006 for AVR447: Sine wave driving of three phase motor by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address></body></html>

⌨️ 快捷键说明

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