BSP430
20141115
Board Support Package for MSP430 microcontrollers
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
include
bsp430
rf
rfem.h
Go to the documentation of this file.
1
/* Copyright 2012-2014, Peter A. Bigot
2
*
3
* All rights reserved.
4
*
5
* Redistribution and use in source and binary forms, with or without
6
* modification, are permitted provided that the following conditions are met:
7
*
8
* * Redistributions of source code must retain the above copyright notice,
9
* this list of conditions and the following disclaimer.
10
*
11
* * Redistributions in binary form must reproduce the above copyright notice,
12
* this list of conditions and the following disclaimer in the documentation
13
* and/or other materials provided with the distribution.
14
*
15
* * Neither the name of the software nor the names of its contributors may be
16
* used to endorse or promote products derived from this software without
17
* specific prior written permission.
18
*
19
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
23
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29
* POSSIBILITY OF SUCH DAMAGE.
30
*/
31
65
#ifndef BSP430_RF_RFEM_H
66
#define BSP430_RF_RFEM_H
67
68
#include <bsp430/rf.h>
69
81
#ifndef configBSP430_RFEM_CCEM
82
#define configBSP430_RFEM_CCEM 0
83
#endif
/* configBSP430_RFEM_CCEM */
84
99
#ifndef configBSP430_RFEM
100
#define configBSP430_RFEM 0
101
#endif
/* configBSP430_RFEM */
102
103
/* Most of what follows is documentation for definitions provided in
104
* platform-specific headers. */
105
#if defined(BSP430_DOXYGEN)
106
119
#define BSP430_RFEM_CCEM include <bsp430/platform.h>
120
133
#define BSP430_RFEM include <bsp430/platform.h>
134
138
#define BSP430_RFEM_SERIAL_PERIPH_CPPID include <bsp430/platform.h>
139
142
#define BSP430_RFEM_SERIAL_PERIPH_HANDLE include <bsp430/platform.h>
143
152
#define BSP430_RFEM_RF1P20_PORT_PERIPH_CPPID include <bsp430/platform.h>
153
164
#define BSP430_RFEM_RF1P20_PORT_PERIPH_HANDLE include <bsp430/platform.h>
165
175
#define BSP430_RFEM_RF1P20_PORT_BIT include <bsp430/platform.h>
176
188
#define BSP430_RFEM_RF1P20_TIMER_PERIPH_CPPID include <bsp430/platform.h>
189
206
#define BSP430_RFEM_RF1P20_TIMER_PERIPH_HANDLE include <bsp430/platform.h>
207
219
#define BSP430_RFEM_RF1P20_TIMER_CCIDX include <bsp430/platform.h>
220
233
#define BSP430_RFEM_RF1P20_TIMER_CCIS include <bsp430/platform.h>
234
235
#endif
/* BSP430_DOXYGEN */
236
237
#endif
/* BSP430_RF_RFEM_H */
Generated on Sat Nov 15 2014 11:27:13 for BSP430 by
1.8.8