ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
Main Page
Modules
Data Structures
Files
File List
Globals
Events.h
Go to the documentation of this file.
1
/* ###################################################################
2
** Filename : Events.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
** ADC1_IRQHandler - void ADC1_IRQHandler(void);
15
** BMTIMER1_IRQHandler - void BMTIMER1_IRQHandler();
16
** ISF_SPI1_IRQHandler - void ISF_SPI1_IRQHandler(void);
17
** ISF_I2C1_IRQHandler - void ISF_I2C1_IRQHandler(void);
18
**
19
** ###################################################################*/
20
/*!
21
** @file Events.h
22
** @version 01.00
23
** @brief
24
** This is user's event module.
25
** Put your event handler code here.
26
*/
27
/*!
28
** @addtogroup Events_module Events module documentation
29
** @{
30
*/
31
32
#ifndef __Events_H
33
#define __Events_H
34
/* MODULE Events */
35
36
#include "fsl_device_registers.h"
37
#include "
clockMan1.h
"
38
#include "
pin_init.h
"
39
#include "
osa1.h
"
40
#include "
mqx_ksdk.h
"
41
#include "
uart1.h
"
42
#include "
fsl_mpu1.h
"
43
#include "
fsl_hwtimer1.h
"
44
#include "
MainTask.h
"
45
#include "
I2C1.h
"
46
#include "
ISF_I2C1.h
"
47
#include "
UART2.h
"
48
#include "
ISF_UART1.h
"
49
#include "
SPI1.h
"
50
#include "
ISF_SPI1.h
"
51
#include "
ISFCore1.h
"
52
#include "
ISFBusManager1.h
"
53
#include "
BMTIMER1.h
"
54
#include "
EventHandler_Task1.h
"
55
#include "
CommChannelConfig1.h
"
56
#include "
Protocol1.h
"
57
#include "
App1.h
"
58
#include "
BasicApp1.h
"
59
#include "
RLI1.h
"
60
#include "
RLIChipSelect.h
"
61
#include "
Custom_1.h
"
62
#include "
FXAS21002_1.h
"
63
#include "
FXAS21002_2.h
"
64
#include "
ChipSelect.h
"
65
#include "
FXLC95000_1.h
"
66
#include "
FXLC95000_2.h
"
67
#include "
SPIChipSelect.h
"
68
#include "
SPISelect.h
"
69
#include "
ResetSensor.h
"
70
#include "
FXLS8471_1.h
"
71
#include "
FXLS8952_1.h
"
72
#include "
FXLS8471_2.h
"
73
#include "
FXOS8700_1.h
"
74
#include "
FXOS8700_2.h
"
75
#include "
Analog_1.h
"
76
#include "
ADC1.h
"
77
#include "
MAG3110_1.h
"
78
#include "
MMA8491Q_1.h
"
79
#include "
SensorEnable.h
"
80
#include "
OutX.h
"
81
#include "
OutY.h
"
82
#include "
OutZ.h
"
83
#include "
MMA865x_1.h
"
84
#include "
MMA955x_1.h
"
85
#include "
MMA955x_2.h
"
86
#include "
MPL3115_1.h
"
87
#include "
ORIENT_1.h
"
88
#include "
SensorReset.h
"
89
90
#ifdef __cplusplus
91
extern
"C"
{
92
#endif
93
94
/*! ADC1 IRQ handler */
95
void
ADC1_IRQHandler
(
void
);
96
97
void
BMTIMER1_IRQHandler
(
void
);
98
99
/*! ISF_SPI1 IRQ handler */
100
void
ISF_SPI1_IRQHandler
(
void
);
101
102
/*! ISF_I2C1 IRQ handler */
103
void
ISF_I2C1_IRQHandler
(
void
);
104
105
106
/* END Events */
107
108
#ifdef __cplusplus
109
}
/* extern "C" */
110
#endif
111
112
#endif
113
/* ifndef __Events_H*/
114
/*!
115
** @}
116
*/
117
/*
118
** ###################################################################
119
**
120
** This file was created by Processor Expert 10.5 [05.21]
121
** for the Freescale Kinetis series of microcontrollers.
122
**
123
** ###################################################################
124
*/
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
ISFBusManager1.h
FXLS8471_2.h
fsl_hwtimer1.h
MainTask.h
OS_Task component.
BMTIMER1_IRQHandler
void BMTIMER1_IRQHandler(void)
Definition:
Events.c:55
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
RLIChipSelect.h
ADC1.h
FXOS8700_1.h
ChipSelect.h
fsl_mpu1.h
mqx_ksdk.h
MQX Lite RTOS Adapter component.
OutZ.h
ISF_I2C1_IRQHandler
void ISF_I2C1_IRQHandler(void)
Definition:
Events.c:74
ISF_SPI1_IRQHandler
void ISF_SPI1_IRQHandler(void)
Definition:
Events.c:63
ADC1_IRQHandler
void ADC1_IRQHandler(void)
Definition:
Events.c:50
ISF_UART1.h
OutY.h
SPIChipSelect.h
FXAS21002_2.h
© Freescale Semiconductor, Inc. 2016. All Rights Reserved.