SZSPTP ez430-RF2480 1.0

ZigBee Sensor Network with synchronized time and time-stamped measurements.
im.h
Go to the documentation of this file.
1 /*
2  * im.h
3  *
4  * Date: 19/06/2014
5  * Author: Fernando Biazi Nascimento
6  * Copyright © 2014 Fernando Biazi Nascimento. All rights reserved.
7  *
8  * License of use and copy on file license.txt
9  *
10  */
11 
24 #ifndef IM_H_
25 #define IM_H_
26 
27 /*
28  * ======== Includes ========
29  */
30 
31 #include <xdc/std.h>
32 
33 /*
34  * ======== Doxygen ========
35  */
44 /*
45  * ======== Constants ========
46  */
47 
48 /*
49  * ======== Macros ========
50  */
51 
52 /*
53  * ======== Types ========
54  */
55 
56 /*
57  * ======== Global Variables ========
58  */
59 
60 /*
61  * ======== Global Functions ========
62  */
63 
65 void im_enable_interrupt();
66 
70 #endif /* IM_H_ */
void im_disable_interrupt()
Disable interrupt.
Definition: im.c:162
void im_enable_interrupt()
Enable interrupt.
Definition: im.c:222