UCOS_TI_LM3S_Keil
首页
相关页面
结构体
文件
文件列表
全局定义
全部
结构体
文件
函数
变量
类型定义
宏定义
页
bsp_os.h
浏览该文件的文档.
1
/*
2
*********************************************************************************************************
3
* MICIRUM BOARD SUPPORT PACKAGE
4
*
5
* (c) Copyright 2009; Micrium, Inc.; Weston, FL
6
*
7
* All rights reserved. Protected by international copyright laws.
8
* Knowledge of the source code may not be used to write a similar
9
* product. This file may only be used in accordance with a license
10
* and should not be redistributed in any way.
11
*********************************************************************************************************
12
*/
13
14
/*
15
*********************************************************************************************************
16
*
17
* BOARD SUPPORT PACKAGE
18
* OS SERVICES
19
*
20
* LUMINARY MICRO LM3S1968 on the EK-LM3S1968
21
*
22
* Filename : bsp_os.h
23
* Version : V1.02
24
* Programmer(s) : BAN
25
*********************************************************************************************************
26
*/
27
28
29
/*
30
*********************************************************************************************************
31
* MODULE
32
*
33
* Note(s) : (1) This header file is protected from multiple pre-processor inclusion through use of the
34
* BSP present pre-processor macro definition.
35
*********************************************************************************************************
36
*/
37
38
#ifndef BSP_OS_PRESENT
39
#define BSP_OS_PRESENT
40
41
42
/*
43
*********************************************************************************************************
44
* EXTERNS
45
*********************************************************************************************************
46
*/
47
48
#ifdef BSP_OS_MODULE
49
#define BSP_OS_EXT
50
#else
51
#define BSP_OS_EXT extern
52
#endif
53
54
55
/*
56
*********************************************************************************************************
57
* INCLUDE FILES
58
*********************************************************************************************************
59
*/
60
61
#include <
bsp.h
>
62
#include <
ucos_ii.h
>
63
64
65
/*
66
*********************************************************************************************************
67
* DEFINES
68
*********************************************************************************************************
69
*/
70
71
72
/*
73
*********************************************************************************************************
74
* DATA TYPES
75
*********************************************************************************************************
76
*/
77
78
79
/*
80
*********************************************************************************************************
81
* GLOBAL VARIABLES
82
*********************************************************************************************************
83
*/
84
85
86
/*
87
*********************************************************************************************************
88
* MACRO'S
89
*********************************************************************************************************
90
*/
91
92
93
/*
94
*********************************************************************************************************
95
* FUNCTION PROTOTYPES
96
*********************************************************************************************************
97
*/
98
99
void
BSP_OS_Dly_ms
(
CPU_INT16U
ms);
100
101
102
/*
103
*********************************************************************************************************
104
* CONFIGURATION ERRORS
105
*********************************************************************************************************
106
*/
107
108
109
110
/*
111
*********************************************************************************************************
112
* MODULE END
113
*********************************************************************************************************
114
*/
115
116
#endif
/* End of module include. */
UCOS_TI_LM3S_Keil
BSP
bsp_os.h
生成于 2013年 十月 1日 星期二 12:18:39 , 为 UCOS_TI_LM3S_Keil使用
1.8.4