ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
App1.h
Go to the documentation of this file.
1 /* ###################################################################
2 ** THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
3 ** Filename : App1.h
4 ** CDE edition : Standard
5 ** Project : ISF_K64F_CW_PROJ
6 ** Processor : MK64FN1M0VLL12
7 ** Component : ISFEmbApp
8 ** Version : Component 02.100, Driver 01.00, CPU db: 3.00.000
9 ** Compiler : GNU C Compiler
10 ** Date/Time : 2015-03-03, 11:16, # CodeGen: 3
11 ** Abstract :
12 **
13 ** Settings :
14 ** Contents :
15 ** No public methods
16 **
17 ** (c) Copyright Freescale Semiconductor, Inc., 2014
18 **
19 http://www.freescale.com
20 ** ###################################################################*/
21 /*!
22 ** @file App1.h
23 ** @version 01.00
24 ** @brief
25 **
26 */
27 /*!
28 ** @addtogroup App1_module App1 module documentation
29 ** @{
30 */
31 
32 #ifndef __App1_H
33 #define __App1_H
34 
35 /* MODULE App1. */
36 
37 /* Include shared modules, which are used for whole project */
38 #include "PE_Types.h"
39 #include "PE_Error.h"
40 #include "PE_Const.h"
41 #include "IO_Map.h"
42 /* Include inherited components */
43 #include "ORIENT_1.h"
44 #include "MPL3115_1.h"
45 #include "ISFCore1.h"
46 #include "App1_types.h"
47 
48 #include "Cpu.h"
49 
50 
51 
52 void App1_MainTask(void);
53 
54 void TaskApp1_task(uint32_t task_init_data);
55 
56 
57 /* END App1. */
58 
59 #endif
60 /* ifndef __App1_H */
61 /*!
62 ** @}
63 */
64 /*
65 ** ###################################################################
66 **
67 ** This file was created by Processor Expert 10.3 [05.09]
68 ** for the Freescale Kinetis series of microcontrollers.
69 **
70 ** ###################################################################
71 */
void App1_MainTask(void)
Definition: App1.c:193
void TaskApp1_task(uint32_t task_init_data)
Definition: App1.c:165