ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ISFCore1.h
Go to the documentation of this file.
1 /* ###################################################################
2 ** THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
3 ** Filename : ISFCore1.h
4 ** CDE edition : Standard
5 ** Project : ISF_K64F_CW_PROJ
6 ** Processor : MK64FN1M0VLL12
7 ** Component : ISF_Core
8 ** Version : Component 01.000, Driver 01.00, CPU db: 3.00.000
9 ** Compiler : GNU C Compiler
10 ** Date/Time : 2015-03-03, 11:01, # CodeGen: 0
11 ** Abstract :
12 **
13 ** Settings :
14 ** Contents :
15 ** No public methods
16 **
17 ** (c) Copyright <company/user-name>, 2014
18 http://www.<company>.com
19 mail: info@<company>.com
20 ** ###################################################################*/
21 /*!
22 ** @file ISFCore1.h
23 ** @version 01.00
24 ** @brief
25 **
26 */
27 /*!
28 ** @addtogroup ISFCore1_module ISFCore1 module documentation
29 ** @{
30 */
31 
32 #ifndef __ISFCore1_H
33 #define __ISFCore1_H
34 
35 /* MODULE ISFCore1. */
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 "Protocol1.h"
44 #include "ISFBusManager1.h"
45 #include "MAG3110_1.h"
46 #include "FXOS8700_1.h"
47 #include "FXAS21002_1.h"
48 #include "ORIENT_1.h"
49 #include "FXLS8471_1.h"
50 #include "MPL3115_1.h"
51 #include "MMA865x_1.h"
52 #include "CommChannelConfig1.h"
53 
54 #include "Cpu.h"
55 #include "isf.h"
56 #include "isf_init.h"
57 
58 #include "isf_ci.h"
59 
60 
61 #ifndef __CDEUserType_ISFCore1_Type
62 #define __CDEUserType_ISFCore1_Type
63 typedef char ISFCore1_Type; /*Type*/
64 #endif
65 
66 
67 void PM_task(uint32_t task_init_data);
68 
69 
70 
71 
72 
73 
74 void CI_task(uint32_t task_init_data);
75 
76 
77 /* END ISFCore1. */
78 
79 #endif
80 /* ifndef __ISFCore1_H */
81 /*!
82 ** @}
83 */
84 /*
85 ** ###################################################################
86 **
87 ** This file was created by Processor Expert 10.3 [05.09]
88 ** for the Freescale Kinetis series of microcontrollers.
89 **
90 ** ###################################################################
91 */
void PM_task(uint32_t task_init_data)
Definition: ISFCore1.c:71
void CI_task(uint32_t task_init_data)
Definition: ISFCore1.c:94
char ISFCore1_Type
Definition: ISFCore1.h:63
Main ISF header file. Contains code common to all ISF components.
API definitions, types, and macros for the Intelligent Sensing Framework (ISF) Command Interpreter (C...
The isf_init.h file contains the task initialization attributes required for initialization of the fo...