📄 pio__example2__dip__switch__lights_8c.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>AVR321000 Communication with the AVR32 USART: testsuite/bravo_validation/pio/pio_example2_dip_switch_lights.c File Reference</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.1 --><div class="tabs"> <ul> <li><a href="main.html"><span>Main Page</span></a></li> <li><a href="annotated.html"><span>Data Structures</span></a></li> <li id="current"><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> <li><a href="pages.html"><span>Related Pages</span></a></li> </ul></div><div class="tabs"> <ul> <li><a href="files.html"><span>File List</span></a></li> <li><a href="globals.html"><span>Globals</span></a></li> </ul></div><div class="nav"><a class="el" href="dir_ed041fa8052270846d9a0dab17b0d151.html">testsuite</a> » <a class="el" href="dir_18e6971fa792d4606dff45a531675719.html">bravo_validation</a> » <a class="el" href="dir_bd98a3e3b315fca58ed670dc280e13b3.html">pio</a></div><h1>pio_example2_dip_switch_lights.c File Reference</h1><p><code>#include <avr32/morgan.h></code><br><code>#include <avr32/pio.h></code><br><p>Include dependency graph for pio_example2_dip_switch_lights.c:<p><a href="pio__example2__dip__switch__lights_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"><tr><td></td></tr><tr><td colspan="2"><br><h2>Defines</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="pio__example2__dip__switch__lights_8c.html#c28df5fb2095879dde9f0798fea73623">black</a> 0x00</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="pio__example2__dip__switch__lights_8c.html#679c8f05bd397c3b2ad08274a1e5e752">blue</a> 0x10</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="pio__example2__dip__switch__lights_8c.html#7027592d032f7d20b38a1304ae3da2a2">green</a> 0x04</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="pio__example2__dip__switch__lights_8c.html#7f2143a2b202b189256b745ddca82824">INPUT_BITMASK</a> 0x0000ff00</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="pio__example2__dip__switch__lights_8c.html#77bcafe72de852e8518e641e4cb09203">light_blue</a> 0x14</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="pio__example2__dip__switch__lights_8c.html#7c6076112d202a6144c09269619275f7">OUTPUT_BITMASK</a> 0x000000ff</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="pio__example2__dip__switch__lights_8c.html#e8ddaa2baea40a4338f7009dfb562920">purple</a> 0x11</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="pio__example2__dip__switch__lights_8c.html#b435487e41a1d42d4379464e35f873b4">red</a> 0x01</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="pio__example2__dip__switch__lights_8c.html#85bd03e30e523319b5e069e7a8a0f81d">white</a> 0x15</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="pio__example2__dip__switch__lights_8c.html#aa509be08a5019c968f558d628a2a540">yellow</a> 0x05</td></tr><tr><td colspan="2"><br><h2>Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="pio__example2__dip__switch__lights_8c.html#840291bc02cba5474a4cb46a9b9566fe">main</a> (void)</td></tr><tr><td colspan="2"><br><h2>Variables</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">char </td><td class="memItemRight" valign="bottom"><a class="el" href="pio__example2__dip__switch__lights_8c.html#1cb9c8afac0f446a3910f0763440bfde">color_array</a> [8] = {black,purple,blue,light_blue,green,yellow,red,white}</td></tr></table><hr><h2>Define Documentation</h2><a class="anchor" name="c28df5fb2095879dde9f0798fea73623"></a><!-- doxytag: member="pio_example2_dip_switch_lights.c::black" ref="c28df5fb2095879dde9f0798fea73623" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">#define black 0x00 </td> </tr> </table></div><div class="memdoc"><p><p>Definition at line <a class="el" href="pio__example2__dip__switch__lights_8c-source.html#l00005">5</a> of file <a class="el" href="pio__example2__dip__switch__lights_8c-source.html">pio_example2_dip_switch_lights.c</a>.</div></div><p><a class="anchor" name="679c8f05bd397c3b2ad08274a1e5e752"></a><!-- doxytag: member="pio_example2_dip_switch_lights.c::blue" ref="679c8f05bd397c3b2ad08274a1e5e752" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">#define blue 0x10 </td> </tr> </table></div><div class="memdoc"><p><p>Definition at line <a class="el" href="pio__example2__dip__switch__lights_8c-source.html#l00009">9</a> of file <a class="el" href="pio__example2__dip__switch__lights_8c-source.html">pio_example2_dip_switch_lights.c</a>.</div></div><p><a class="anchor" name="7027592d032f7d20b38a1304ae3da2a2"></a><!-- doxytag: member="pio_example2_dip_switch_lights.c::green" ref="7027592d032f7d20b38a1304ae3da2a2" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">#define green 0x04 </td> </tr> </table></div><div class="memdoc"><p><p>Definition at line <a class="el" href="pio__example2__dip__switch__lights_8c-source.html#l00007">7</a> of file <a class="el" href="pio__example2__dip__switch__lights_8c-source.html">pio_example2_dip_switch_lights.c</a>.</div></div><p><a class="anchor" name="7f2143a2b202b189256b745ddca82824"></a><!-- doxytag: member="pio_example2_dip_switch_lights.c::INPUT_BITMASK" ref="7f2143a2b202b189256b745ddca82824" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">#define INPUT_BITMASK 0x0000ff00 </td> </tr> </table></div><div class="memdoc"><p><p>Definition at line <a class="el" href="pio__example2__dip__switch__lights_8c-source.html#l00016">16</a> of file <a class="el" href="pio__example2__dip__switch__lights_8c-source.html">pio_example2_dip_switch_lights.c</a>.</div></div><p><a class="anchor" name="77bcafe72de852e8518e641e4cb09203"></a><!-- doxytag: member="pio_example2_dip_switch_lights.c::light_blue" ref="77bcafe72de852e8518e641e4cb09203" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">#define light_blue 0x14 </td> </tr> </table></div><div class="memdoc"><p><p>Definition at line <a class="el" href="pio__example2__dip__switch__lights_8c-source.html#l00011">11</a> of file <a class="el" href="pio__example2__dip__switch__lights_8c-source.html">pio_example2_dip_switch_lights.c</a>.</div></div><p><a class="anchor" name="7c6076112d202a6144c09269619275f7"></a><!-- doxytag: member="pio_example2_dip_switch_lights.c::OUTPUT_BITMASK" ref="7c6076112d202a6144c09269619275f7" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">#define OUTPUT_BITMASK 0x000000ff </td> </tr> </table></div><div class="memdoc">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -