-
Notifications
You must be signed in to change notification settings - Fork 0
/
a00043.html
77 lines (75 loc) · 5.56 KB
/
a00043.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!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: fcf_t Union 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>fcf_t Union Reference<br/>
<small>
[<a class="el" href="a01651.html">RF230 Frame handling</a>]</small>
</h1><!-- doxytag: class="fcf_t" -->
<p>Defines the bitfields of the frame control field (FCF).
<a href="#_details">More...</a></p>
<p><code>#include <<a class="el" href="a00758_source.html">cpu/avr/radio/rf230/frame.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" ><a class="anchor" id="a6e42447c34519c5e0dbece4dd00816d0"></a><!-- doxytag: member="fcf_t::@44" ref="a6e42447c34519c5e0dbece4dd00816d0" args="" -->
struct {</td></tr>
<tr><td class="memItemLeft" > uint8_t <a class="el" href="a00043.html#a183b1ea7d789797fdd6bd8851dac219b">frameType</a>: 3</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Frame type field, see 802.15.4. <br/></td></tr>
<tr><td class="memItemLeft" > bool <a class="el" href="a00043.html#af9648944a29bff12b26e66fd65625ba0">securityEnabled</a>: 1</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">True if security is used in this frame. <br/></td></tr>
<tr><td class="memItemLeft" > bool <a class="el" href="a00043.html#adfa5e05d369878727c63861ae946d2b7">framePending</a>: 1</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">True if sender has more data to send. <br/></td></tr>
<tr><td class="memItemLeft" > bool <a class="el" href="a00043.html#a219428413d4a48e678de5e0cfad74815">ackRequired</a>: 1</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Is an ack frame required? <br/></td></tr>
<tr><td class="memItemLeft" > bool <a class="el" href="a00043.html#a675483298789ec75ff5a9281b8449fa6">panIdCompression</a>: 1</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Is this a compressed header? <br/></td></tr>
<tr><td class="memItemLeft" > uint8_t <a class="el" href="a00043.html#a0a0aaba19fc4a306de3edd68328055e7">reserved</a>: 3</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Unused bits. <br/></td></tr>
<tr><td class="memItemLeft" > uint8_t <a class="el" href="a00043.html#a71186b76937edc06070691ac706faea1">destAddrMode</a>: 2</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Destination address mode, see 802.15.4. <br/></td></tr>
<tr><td class="memItemLeft" > uint8_t <a class="el" href="a00043.html#a22a011b021d8480898fae04ceb482c3f">frameVersion</a>: 2</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">802.15.4 frame version <br/></td></tr>
<tr><td class="memItemLeft" > uint8_t <a class="el" href="a00043.html#a6b9be2e3e8fee5ab2d7eb27d2179b573">srcAddrMode</a>: 2</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Source address mode, see 802.15.4. <br/></td></tr>
<tr><td class="memItemLeft" valign="top">}; </td><td class="memItemRight" valign="bottom"></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Structure of bitfields for the FCF. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a941c2af853c31d0322bcbf3e703cfbea"></a><!-- doxytag: member="fcf_t::word_val" ref="a941c2af853c31d0322bcbf3e703cfbea" args="" -->
uint16_t </td><td class="memItemRight" valign="bottom"><a class="el" href="a00043.html#a941c2af853c31d0322bcbf3e703cfbea">word_val</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A word-wide value for the entire FCF. <br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Defines the bitfields of the frame control field (FCF). </p>
<p>Definition at line <a class="el" href="a00758_source.html#l00069">69</a> of file <a class="el" href="a00758_source.html">frame.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>