ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
Main Page
Modules
Data Structures
Files
File List
Globals
Protocol1.h
Go to the documentation of this file.
1
/* ###################################################################
2
** This component module is generated by Processor Expert. Do not modify it.
3
** Filename : Protocol1.h
4
** CDE edition : Standard
5
** Project : ISF2P2_K64F_MQX_PROJ
6
** Processor : MK64FN1M0VLL12
7
** Component : ISF_KSDK_CI_Protocol
8
** Version : Component 02.500, Driver 01.00, CPU db: 3.00.000
9
** Repository : My Components
10
** Compiler : GNU C Compiler
11
** Date/Time : 2016-10-06, 13:38, # CodeGen: 0
12
** Abstract :
13
**
14
** Settings :
15
** Component Name : Protocol1
16
** Protocol maximum buffer size : 64
17
** User initialization data pointer :
18
** Protocol Callback Function : ci_protocol_CB_stream
19
** Protocol Initialization Function : ci_stream_init
20
** Contents :
21
** No public methods
22
**
23
** (c) Copyright <company/user-name>, 2015,
24
http://www.<company>.com
25
mail: info@<company>.com
26
** ###################################################################*/
27
/*!
28
** @file Protocol1.h
29
** @version 01.00
30
** @brief
31
**
32
*/
33
/*!
34
** @addtogroup Protocol1_module Protocol1 module documentation
35
** @{
36
*/
37
38
#ifndef __Protocol1_H
39
#define __Protocol1_H
40
41
/* MODULE Protocol1. */
42
43
/* Include inherited components */
44
45
#include "
Cpu.h
"
46
#include "
isf.h
"
47
#if ISF_COMPONENT_CI
48
#include "
isf_ci_protocol.h
"
49
#endif
50
51
#ifndef __CDEUserType_Protocol1_Type
52
#define __CDEUserType_Protocol1_Type
53
typedef
int32_t
Protocol1_Type
;
/*Type*/
54
#endif
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/* END Protocol1. */
70
71
#endif
72
/* ifndef __Protocol1_H */
73
/*!
74
** @}
75
*/
76
/*
77
** ###################################################################
78
**
79
** This file was created by Processor Expert 10.5 [05.21]
80
** for the Freescale Kinetis series of microcontrollers.
81
**
82
** ###################################################################
83
*/
Cpu.h
Protocol1_Type
int32_t Protocol1_Type
Definition:
Protocol1.h:53
isf_ci_protocol.h
Command Interpreter (CI) Protocol header file.
isf.h
Main ISF header file. Contains code common to all ISF components.
© Freescale Semiconductor, Inc. 2016. All Rights Reserved.