ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
Main Page
Modules
Data Structures
Files
File List
Globals
App1_Functions.h
Go to the documentation of this file.
1
/* ###################################################################
2
** Filename : App1_Functions.h
3
** Project : ISF2P2_K64F_MQX_PROJ
4
** Processor : MK64FN1M0VLL12
5
** Component : Events
6
** Version : Driver 01.00
7
** Compiler : GNU C Compiler
8
** Date/Time : 2016-10-06, 13:38, # CodeGen: 0
9
** Abstract :
10
** This is user's event module.
11
** Put your event handler code here.
12
** Settings :
13
** Contents :
14
** App1_Initialization - void App1_Initialization(void);
15
** App1_ProcessData - void App1_ProcessData(void);
16
** App1_Exit - void App1_Exit(void);
17
**
18
** ###################################################################*/
19
/*!
20
** @file App1_Functions.h
21
** @version 01.00
22
** @brief
23
** This is user's event module.
24
** Put your event handler code here.
25
*/
26
/*!
27
** @addtogroup App1_Functions_module App1_Functions module documentation
28
** @{
29
*/
30
31
#ifndef __App1_Functions_H
32
#define __App1_Functions_H
33
/* MODULE App1_Functions */
34
35
#include "fsl_device_registers.h"
36
#include "
clockMan1.h
"
37
#include "
pin_init.h
"
38
#include "
osa1.h
"
39
#include "
mqx_ksdk.h
"
40
#include "
uart1.h
"
41
#include "
fsl_mpu1.h
"
42
#include "
fsl_hwtimer1.h
"
43
#include "
MainTask.h
"
44
#include "
I2C1.h
"
45
#include "
ISF_I2C1.h
"
46
#include "
UART2.h
"
47
#include "
ISF_UART1.h
"
48
#include "
SPI1.h
"
49
#include "
ISF_SPI1.h
"
50
#include "
ISFCore1.h
"
51
#include "
ISFBusManager1.h
"
52
#include "
BMTIMER1.h
"
53
#include "
EventHandler_Task1.h
"
54
#include "
CommChannelConfig1.h
"
55
#include "
Protocol1.h
"
56
#include "
App1.h
"
57
#include "
BasicApp1.h
"
58
#include "
RLI1.h
"
59
#include "
RLIChipSelect.h
"
60
#include "
Custom_1.h
"
61
#include "
FXAS21002_1.h
"
62
#include "
FXAS21002_2.h
"
63
#include "
ChipSelect.h
"
64
#include "
FXLC95000_1.h
"
65
#include "
FXLC95000_2.h
"
66
#include "
SPIChipSelect.h
"
67
#include "
SPISelect.h
"
68
#include "
ResetSensor.h
"
69
#include "
FXLS8471_1.h
"
70
#include "
FXLS8952_1.h
"
71
#include "
FXLS8471_2.h
"
72
#include "
FXOS8700_1.h
"
73
#include "
FXOS8700_2.h
"
74
#include "
Analog_1.h
"
75
#include "
ADC1.h
"
76
#include "
MAG3110_1.h
"
77
#include "
MMA8491Q_1.h
"
78
#include "
SensorEnable.h
"
79
#include "
OutX.h
"
80
#include "
OutY.h
"
81
#include "
OutZ.h
"
82
#include "
MMA865x_1.h
"
83
#include "
MMA955x_1.h
"
84
#include "
MMA955x_2.h
"
85
#include "
MPL3115_1.h
"
86
#include "
ORIENT_1.h
"
87
#include "
SensorReset.h
"
88
89
#ifdef __cplusplus
90
extern
"C"
{
91
#endif
92
93
void
App1_Initialization
();
94
/*
95
** ===================================================================
96
** Event : App1_Initialization (module App1_Functions)
97
**
98
** Component : App1 [ISF_KSDK_EmbApp]
99
** @brief
100
** Parameters :
101
** NAME - DESCRIPTION
102
** @return
103
** Returns : Nothing
104
** ===================================================================
105
*/
106
void
App1_ProcessData
(
void
* pProcessedDataBuffer, int32_t signalledEvents);
107
/*
108
** ===================================================================
109
** Event : App1_ProcessData (module App1_Functions)
110
**
111
** Component : App1 [ISF_KSDK_EmbApp]
112
** @brief
113
** Parameters :
114
** NAME - DESCRIPTION
115
** @param
116
** @param
117
** @return
118
** Returns : Nothing
119
** ===================================================================
120
*/
121
122
void
App1_Exit
();
123
/*
124
** ===================================================================
125
** Event : App1_Exit (module App1_Functions)
126
**
127
** Component : App1 [ISF_KSDK_EmbApp]
128
** @brief
129
** Parameters :
130
** NAME - DESCRIPTION
131
** @return
132
** Returns : Nothing
133
** ===================================================================
134
*/
135
136
137
/* END App1_Functions */
138
139
#ifdef __cplusplus
140
}
/* extern "C" */
141
#endif
142
143
#endif
144
/* ifndef __App1_Functions_H*/
145
/*!
146
** @}
147
*/
148
/*
149
** ###################################################################
150
**
151
** This file was created by Processor Expert 10.5 [05.21]
152
** for the Freescale Kinetis series of microcontrollers.
153
**
154
** ###################################################################
155
*/
ISFCore1.h
ISF_I2C1.h
OutX.h
FXAS21002_1.h
CommChannelConfig1.h
EventHandler_Task1.h
OS_Task component.
SensorEnable.h
clockMan1.h
App1.h
ORIENT_1.h
SensorReset.h
SPI1.h
UART2.h
MPL3115_1.h
BasicApp1.h
ISF_SPI1.h
BMTIMER1.h
RLI1.h
Custom_1.h
Protocol1.h
MMA8491Q_1.h
App1_ProcessData
void App1_ProcessData(void *pProcessedDataBuffer, int32_t signalledEvents)
Definition:
App1_Functions.c:79
ISFBusManager1.h
App1_Initialization
void App1_Initialization()
Definition:
App1_Functions.c:60
FXLS8471_2.h
fsl_hwtimer1.h
MainTask.h
OS_Task component.
MAG3110_1.h
ResetSensor.h
Analog_1.h
FXLS8471_1.h
MMA955x_2.h
uart1.h
FXLS8952_1.h
FXOS8700_2.h
MMA865x_1.h
FXLC95000_2.h
MMA955x_1.h
pin_init.h
osa1.h
I2C1.h
FXLC95000_1.h
SPISelect.h
App1_Exit
void App1_Exit()
Definition:
App1_Functions.c:101
RLIChipSelect.h
ADC1.h
FXOS8700_1.h
ChipSelect.h
fsl_mpu1.h
mqx_ksdk.h
MQX Lite RTOS Adapter component.
OutZ.h
ISF_UART1.h
OutY.h
SPIChipSelect.h
FXAS21002_2.h
© Freescale Semiconductor, Inc. 2016. All Rights Reserved.