?? type_8h.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>LPCUSB: type.h 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="index.html"><span>Main Page</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li id="current"><a href="files.html"><span>Files</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>File Members</span></a></li> </ul></div><h1>type.h File Reference</h1><p>This graph shows which files directly or indirectly include this file:<p><center><img src="type_8h__dep__incl.png" border="0" usemap="#type.hdep_map" alt=""></center><map name="type.hdep_map"><area href="usbapi_8h.html" shape="rect" coords="251,208,323,235" alt=""><area href="usbcontrol_8c.html" shape="rect" coords="372,157,465,184" alt=""><area href="usbhw__lpc_8c.html" shape="rect" coords="371,233,467,260" alt=""><area href="usbinit_8c.html" shape="rect" coords="384,284,453,311" alt=""><area href="usbstdreq_8c.html" shape="rect" coords="373,107,464,133" alt=""><area href="usbstruct_8h-source.html" shape="rect" coords="115,157,203,184" alt=""></map><p><a href="type_8h-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="type_8h.html#a8cecfc5c5c054d2875c03e77b7be15d">TRUE</a> 1</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="type_8h.html#a93f0eb578d23995850d61f7d61c55c1">FALSE</a> 0</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="type_8h.html#070d2ce7b6bb7e5c05602aa8c308d0c4">NULL</a> ((void*)0)</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="type_8h.html#74e75242132eaabbc1c512488a135926">MIN</a>(x, y) ((x)<(y)?(x):(y))</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="type_8h.html#acc3ee1a7f283f8ef65cea31f4436a95">MAX</a>(x, y) ((x)>(y)?(x):(y))</td></tr><tr><td colspan="2"><br><h2>Typedefs</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">typedef unsigned char </td><td class="memItemRight" valign="bottom"><a class="el" href="type_8h.html#3cb25ca6f51f003950f9625ff05536fc">U8</a></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">typedef unsigned short int </td><td class="memItemRight" valign="bottom"><a class="el" href="type_8h.html#c4de1ae30664d5bd186fb6b2ae44e725">U16</a></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">typedef unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="type_8h.html#c3df7cf3c8cb172a588adec881447d68">U32</a></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">typedef int </td><td class="memItemRight" valign="bottom"><a class="el" href="type_8h.html#050c65e107f0c828f856a231f4b4e788">BOOL</a></td></tr></table><hr><a name="_details"></a><h2>Detailed Description</h2>primitive types used in the USB stack <hr><h2>Define Documentation</h2><a class="anchor" name="a93f0eb578d23995850d61f7d61c55c1"></a><!-- doxytag: member="type.h::FALSE" ref="a93f0eb578d23995850d61f7d61c55c1" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">#define FALSE 0 </td> </tr> </table></div><div class="memdoc"><p>FALSE </div></div><p><a class="anchor" name="acc3ee1a7f283f8ef65cea31f4436a95"></a><!-- doxytag: member="type.h::MAX" ref="acc3ee1a7f283f8ef65cea31f4436a95" args="(x, y)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">#define MAX </td> <td>(</td> <td class="paramtype">x, <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">y </td> <td class="paramname"> </td> <td> ) </td> <td width="100%"> ((x)>(y)?(x):(y))</td> </tr> </table></div><div class="memdoc"><p>MAX </div></div><p><a class="anchor" name="74e75242132eaabbc1c512488a135926"></a><!-- doxytag: member="type.h::MIN" ref="74e75242132eaabbc1c512488a135926" args="(x, y)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">#define MIN </td> <td>(</td> <td class="paramtype">x, <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">y </td> <td class="paramname"> </td> <td> ) </td> <td width="100%"> ((x)<(y)?(x):(y))</td> </tr> </table></div><div class="memdoc"><p>MIN </div></div><p><a class="anchor" name="070d2ce7b6bb7e5c05602aa8c308d0c4"></a><!-- doxytag: member="type.h::NULL" ref="070d2ce7b6bb7e5c05602aa8c308d0c4" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">#define NULL ((void*)0) </td> </tr> </table></div><div class="memdoc"><p>NULL pointer </div></div><p><a class="anchor" name="a8cecfc5c5c054d2875c03e77b7be15d"></a><!-- doxytag: member="type.h::TRUE" ref="a8cecfc5c5c054d2875c03e77b7be15d" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">#define TRUE 1 </td> </tr> </table></div><div class="memdoc"><p>TRUE </div></div><p><hr><h2>Typedef Documentation</h2><a class="anchor" name="050c65e107f0c828f856a231f4b4e788"></a><!-- doxytag: member="type.h::BOOL" ref="050c65e107f0c828f856a231f4b4e788" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">typedef int <a class="el" href="type_8h.html#050c65e107f0c828f856a231f4b4e788">BOOL</a> </td> </tr> </table></div><div class="memdoc"><p><a class="el" href="type_8h.html#a8cecfc5c5c054d2875c03e77b7be15d">TRUE</a> or <a class="el" href="type_8h.html#a93f0eb578d23995850d61f7d61c55c1">FALSE</a> </div></div><p><a class="anchor" name="c4de1ae30664d5bd186fb6b2ae44e725"></a><!-- doxytag: member="type.h::U16" ref="c4de1ae30664d5bd186fb6b2ae44e725" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">typedef unsigned short int <a class="el" href="type_8h.html#c4de1ae30664d5bd186fb6b2ae44e725">U16</a> </td> </tr> </table></div><div class="memdoc"><p>unsigned 16-bit </div></div><p><a class="anchor" name="c3df7cf3c8cb172a588adec881447d68"></a><!-- doxytag: member="type.h::U32" ref="c3df7cf3c8cb172a588adec881447d68" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">typedef unsigned int <a class="el" href="type_8h.html#c3df7cf3c8cb172a588adec881447d68">U32</a> </td> </tr> </table></div><div class="memdoc"><p>unsigned 32-bit </div></div><p><a class="anchor" name="3cb25ca6f51f003950f9625ff05536fc"></a><!-- doxytag: member="type.h::U8" ref="3cb25ca6f51f003950f9625ff05536fc" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">typedef unsigned char <a class="el" href="type_8h.html#3cb25ca6f51f003950f9625ff05536fc">U8</a> </td> </tr> </table></div><div class="memdoc"><p>unsigned 8-bit </div></div><p><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 27 12:07:01 2007 for LPCUSB by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address></body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -