-
Notifications
You must be signed in to change notification settings - Fork 0
/
a00054.html
61 lines (59 loc) · 3.69 KB
/
a00054.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Contiki 2.5: LedResourceStruct Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>LedResourceStruct Struct Reference<br/>
<small>
[<a class="el" href="a01704.html">Board</a>]</small>
</h1><!-- doxytag: class="LedResourceStruct" -->
<p>Data structure for led description.
<a href="#_details">More...</a></p>
<p><code>#include <<a class="el" href="a01014_source.html">cpu/stm32w108/hal/micro/cortexm3/stm32w108/board.h</a>></code></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a100969caa9a1782329c344929458af44"></a><!-- doxytag: member="LedResourceStruct::name" ref="a100969caa9a1782329c344929458af44" args="" -->
char * </td><td class="memItemRight" valign="bottom"><a class="el" href="a00054.html#a100969caa9a1782329c344929458af44">name</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Name of the LED as printed in the board. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af2934fde3d2a1f94558504904bb48241"></a><!-- doxytag: member="LedResourceStruct::gpioPort" ref="af2934fde3d2a1f94558504904bb48241" args="" -->
int8u </td><td class="memItemRight" valign="bottom"><a class="el" href="a00054.html#af2934fde3d2a1f94558504904bb48241">gpioPort</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">GPIO port associated with the LED. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a43c4ff7e68d83c04ce2fc08baf8eee76"></a><!-- doxytag: member="LedResourceStruct::gpioPin" ref="a43c4ff7e68d83c04ce2fc08baf8eee76" args="" -->
int8u </td><td class="memItemRight" valign="bottom"><a class="el" href="a00054.html#a43c4ff7e68d83c04ce2fc08baf8eee76">gpioPin</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">GPIO pin associated with the LED. <br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Data structure for led description. </p>
<p>Definition at line <a class="el" href="a01014_source.html#l00083">83</a> of file <a class="el" href="a01014_source.html">board.h</a>.</p>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Mon Apr 11 14:23:58 2011 for Contiki 2.5 by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>