ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
Main Page
Modules
Data Structures
Files
File List
Globals
EventHandler_Task1.h
Go to the documentation of this file.
1
/* ###################################################################
2
** This component module is generated by Processor Expert. Do not modify it.
3
** Filename : EventHandler_Task1.h
4
** Project : ISF2P2_K64F_MQX_PROJ
5
** Processor : MK64FN1M0VLL12
6
** Component : OS_Task
7
** Version : Component 1.2.0, Driver 01.00, CPU db: 3.00.000
8
** Repository : KSDK 1.2.0
9
** Compiler : GNU C Compiler
10
** Date/Time : 2016-10-06, 13:38, # CodeGen: 0
11
** Abstract :
12
** OS_Task component.
13
** Contents :
14
** Init - osa_status_t EventHandler_Task1_Init(void);
15
**
16
** Copyright : 1997 - 2015 Freescale Semiconductor, Inc.
17
** All Rights Reserved.
18
**
19
** Redistribution and use in source and binary forms, with or without modification,
20
** are permitted provided that the following conditions are met:
21
**
22
** o Redistributions of source code must retain the above copyright notice, this list
23
** of conditions and the following disclaimer.
24
**
25
** o Redistributions in binary form must reproduce the above copyright notice, this
26
** list of conditions and the following disclaimer in the documentation and/or
27
** other materials provided with the distribution.
28
**
29
** o Neither the name of Freescale Semiconductor, Inc. nor the names of its
30
** contributors may be used to endorse or promote products derived from this
31
** software without specific prior written permission.
32
**
33
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
34
** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
35
** WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
36
** DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
37
** ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
38
** (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
39
** LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
40
** ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
41
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
42
** SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
43
**
44
** http: www.freescale.com
45
** mail: support@freescale.com
46
** ###################################################################*/
47
/*!
48
** @file EventHandler_Task1.h
49
** @version 01.00
50
** @brief
51
** OS_Task component.
52
*/
53
/*!
54
** @addtogroup EventHandler_Task1_module EventHandler_Task1 module documentation
55
** @{
56
*/
57
58
#ifndef __EventHandler_Task1_H
59
#define __EventHandler_Task1_H
60
61
/* MODULE EventHandler_Task1. */
62
63
/* Include inherited beans */
64
#include "
osa1.h
"
65
66
#include "
Cpu.h
"
67
68
/* EventHandler_Task1 task name */
69
#define EVENTHANDLER_TASK1_TASK_NAME "eventhandler_task1"
70
/* EventHandler_Task1 task stack size */
71
#define EVENTHANDLER_TASK1_TASK_STACK_SIZE 1024U
72
/* EventHandler_Task1 task priority value */
73
#define EVENTHANDLER_TASK1_TASK_PRIORITY 8U
74
/*
75
** ===================================================================
76
** Method : Init (component OS_Task)
77
**
78
** Description :
79
** The method creates and starts task defined by OS_Task
80
** component.
81
** This method is internal. It is used by Processor Expert only.
82
** ===================================================================
83
*/
84
osa_status_t
EventHandler_Task1_Init
(
void
);
85
86
87
/* END EventHandler_Task1. */
88
89
#endif
90
/* ifndef __EventHandler_Task1_H */
91
/*!
92
** @}
93
*/
94
/*
95
** ###################################################################
96
**
97
** This file was created by Processor Expert 10.5 [05.21]
98
** for the Freescale Kinetis series of microcontrollers.
99
**
100
** ###################################################################
101
*/
Cpu.h
EventHandler_Task1_Init
osa_status_t EventHandler_Task1_Init(void)
Definition:
EventHandler_Task1.c:74
osa1.h
© Freescale Semiconductor, Inc. 2016. All Rights Reserved.