ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
RLI1.h
Go to the documentation of this file.
1 /* ###################################################################
2 ** This component module is generated by Processor Expert. Do not modify it.
3 ** Filename : RLI1.h
4 ** CDE edition : Standard
5 ** Project : ISF2P2_K64F_MQX_PROJ
6 ** Processor : MK64FN1M0VLL12
7 ** Component : ISF_KSDK_RLI
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 : RLI1
16 ** ISF_Core : ISFCore1
17 ** App Task Priority : 12
18 ** App Task Stack Size : 1280
19 ** Is SPI Present : yes
20 ** Chip Select : fsl_gpio
21 ** Contents :
22 ** No public methods
23 **
24 ** (c) Copyright Freescale Semiconductor Inc, 2015
25 http://www.freescale.com
26 ** ###################################################################*/
27 /*!
28 ** @file RLI1.h
29 ** @version 01.00
30 ** @brief
31 **
32 */
33 /*!
34 ** @addtogroup RLI1_module RLI1 module documentation
35 ** @{
36 */
37 
38 #ifndef __RLI1_H
39 #define __RLI1_H
40 
41 /* MODULE RLI1. */
42 
43 /* Include inherited components */
44 #include "ISFCore1.h"
45 #include "RLIChipSelect.h"
46 
47 #include "Cpu.h"
48 
49 
50 
51 void RLI1_init();
52 /* END RLI1. */
53 
54 #endif
55 /* ifndef __RLI1_H */
56 /*!
57 ** @}
58 */
59 /*
60 ** ###################################################################
61 **
62 ** This file was created by Processor Expert 10.5 [05.21]
63 ** for the Freescale Kinetis series of microcontrollers.
64 **
65 ** ###################################################################
66 */
void RLI1_init(void)
Definition: RLI1.c:87