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

📄 bldc_8h.html

📁 一个用GCC做的atmel芯片控制的无刷无传感器的程序.包括各种参考文档!
💻 HTML
📖 第 1 页 / 共 5 页
字号:
    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define ADC_ZC_THRESHOLD&nbsp;&nbsp;&nbsp;0x98          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Zero-cross threshold. <p><p>Definition at line <a class="el" href="BLDC_8h-source.html#l00290">290</a> of file <a class="el" href="BLDC_8h-source.html">BLDC.h</a>.<p>Referenced by <a class="el" href="main_8c-source.html#l00364">MotorPWMBottom()</a>.    </td>  </tr></table><a class="anchor" name="a45"></a><!-- doxytag: member="BLDC.h::ADMUX_CURRENT" ref="a45" 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">#define ADMUX_CURRENT&nbsp;&nbsp;&nbsp;(ADC_REF_CHANNEL | ADC_RES_ALIGNMENT_CURRENT | ADC_MUX_CURRENT)          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>ADMUX register value for current sampling. <p><p>Definition at line <a class="el" href="BLDC_8h-source.html#l00165">165</a> of file <a class="el" href="BLDC_8h-source.html">BLDC.h</a>.<p>Referenced by <a class="el" href="main_8c-source.html#l00364">MotorPWMBottom()</a>.    </td>  </tr></table><a class="anchor" name="a46"></a><!-- doxytag: member="BLDC.h::ADMUX_REF_VOLTAGE" ref="a46" 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">#define ADMUX_REF_VOLTAGE&nbsp;&nbsp;&nbsp;(ADC_REF_CHANNEL | ADC_RES_ALIGNMENT_REF_VOLTAGE | ADC_MUX_REF_VOLTAGE)          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>ADMUX register value for reference voltage sampling. <p><p>Definition at line <a class="el" href="BLDC_8h-source.html#l00168">168</a> of file <a class="el" href="BLDC_8h-source.html">BLDC.h</a>.<p>Referenced by <a class="el" href="main_8c-source.html#l00211">InitADC()</a>, and <a class="el" href="main_8c-source.html#l00364">MotorPWMBottom()</a>.    </td>  </tr></table><a class="anchor" name="a44"></a><!-- doxytag: member="BLDC.h::ADMUX_SPEED_REF" ref="a44" 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">#define ADMUX_SPEED_REF&nbsp;&nbsp;&nbsp;(ADC_REF_CHANNEL | ADC_RES_ALIGNMENT_SPEED_REF | ADC_MUX_SPEED_REF)          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>ADMUX register value for speed reference sampling. <p><p>Definition at line <a class="el" href="BLDC_8h-source.html#l00162">162</a> of file <a class="el" href="BLDC_8h-source.html">BLDC.h</a>.<p>Referenced by <a class="el" href="main_8c-source.html#l00364">MotorPWMBottom()</a>.    </td>  </tr></table><a class="anchor" name="a41"></a><!-- doxytag: member="BLDC.h::ADMUX_U" ref="a41" 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">#define ADMUX_U&nbsp;&nbsp;&nbsp;(ADC_REF_CHANNEL | ADC_RES_ALIGNMENT_BEMF | ADC_MUX_U)          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>ADMUX register value for channel U sampling. <p><p>Definition at line <a class="el" href="BLDC_8h-source.html#l00153">153</a> of file <a class="el" href="BLDC_8h-source.html">BLDC.h</a>.<p>Referenced by <a class="el" href="main_8c-source.html#l00262">MakeTables()</a>.    </td>  </tr></table><a class="anchor" name="a42"></a><!-- doxytag: member="BLDC.h::ADMUX_V" ref="a42" 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">#define ADMUX_V&nbsp;&nbsp;&nbsp;(ADC_REF_CHANNEL | ADC_RES_ALIGNMENT_BEMF | ADC_MUX_V)          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>ADMUX register value for channel V sampling. <p><p>Definition at line <a class="el" href="BLDC_8h-source.html#l00156">156</a> of file <a class="el" href="BLDC_8h-source.html">BLDC.h</a>.<p>Referenced by <a class="el" href="main_8c-source.html#l00262">MakeTables()</a>.    </td>  </tr></table><a class="anchor" name="a43"></a><!-- doxytag: member="BLDC.h::ADMUX_W" ref="a43" 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">#define ADMUX_W&nbsp;&nbsp;&nbsp;(ADC_REF_CHANNEL | ADC_RES_ALIGNMENT_BEMF | ADC_MUX_W)          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>ADMUX register value for channel W sampling. <p><p>Definition at line <a class="el" href="BLDC_8h-source.html#l00159">159</a> of file <a class="el" href="BLDC_8h-source.html">BLDC.h</a>.<p>Referenced by <a class="el" href="main_8c-source.html#l00262">MakeTables()</a>.    </td>  </tr></table><a class="anchor" name="a74"></a><!-- doxytag: member="BLDC.h::ANALOG_COMPARATOR_ENABLE" ref="a74" 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">#define ANALOG_COMPARATOR_ENABLE          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Uncomment the following line if the analog comparator should be used to detect overcurrent.<p>Definition at line <a class="el" href="BLDC_8h-source.html#l00275">275</a> of file <a class="el" href="BLDC_8h-source.html">BLDC.h</a>.    </td>  </tr></table><a class="anchor" name="a12"></a><!-- doxytag: member="BLDC.h::CCW" ref="a12" 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">#define CCW&nbsp;&nbsp;&nbsp;1          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Counterclockwise rotation flag. Used only in macros. <p><p>Definition at line <a class="el" href="BLDC_8h-source.html#l00063">63</a> of file <a class="el" href="BLDC_8h-source.html">BLDC.h</a>.    </td>  </tr></table><a class="anchor" name="a57"></a><!-- doxytag: member="BLDC.h::CLEAR_ALL_TIMER0_INT_FLAGS" ref="a57" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">

⌨️ 快捷键说明

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