ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ORIENT_1.h
Go to the documentation of this file.
1 /* ###################################################################
2 ** THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
3 ** Filename : ORIENT_1.h
4 ** CDE edition : Community
5 ** Project : ISF_K64F_CW_PROJ
6 ** Processor : MK64FN1M0VLL12
7 ** Component : ISF_Sensor_Virtual_Orientation
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 ** For non-commercial use only.
18 (c) Copyright <company/user-name>, 2014
19 http://www.<company>.com
20 mail: info@<company>.com
21 ** ###################################################################*/
22 /*!
23 ** @file ORIENT_1.h
24 ** @version 01.00
25 ** @brief
26 **
27 */
28 /*!
29 ** @addtogroup ORIENT_1_module ORIENT_1 module documentation
30 ** @{
31 */
32 
33 #ifndef __ORIENT_1_H
34 #define __ORIENT_1_H
35 
36 /* MODULE ORIENT_1. */
37 
38 /* Include shared modules, which are used for whole project */
39 #include "PE_Types.h"
40 #include "PE_Error.h"
41 #include "PE_Const.h"
42 #include "IO_Map.h"
43 /* Include inherited components */
44 #include "MMA865x_1.h"
45 #include "MAG3110_1.h"
46 #include "FXAS21002_1.h"
48 
49 
50 #include "Cpu.h"
51 
52 #define ORIENT_1_DATA_TYPE fsl_orientation_DataBuffer_t
53 
54 /*!
55  * @brief This allows access to the sensor specific configuration for the target sensor.
56  *
57  */
59 /*!
60  * @brief This allows access to the sensor adapter instance for the target sensor.
61  *
62  */
64 
65 
66 void Fusion_Task_task(uint32_t task_init_data);
67 
68 
69 void MagCal_Task_task(uint32_t task_init_data);
70 
71 
72 /* END ORIENT_1. */
73 
74 #endif
75 /* ifndef __ORIENT_1_H */
76 /*!
77 ** @}
78 */
79 /*
80 ** ###################################################################
81 **
82 ** This file was created by Processor Expert 10.3 [05.09]
83 ** for the Freescale Kinetis series of microcontrollers.
84 **
85 ** ###################################################################
86 */
const isf_dsa_Adapter_t ORIENT_1_Adapter
This allows access to the sensor adapter instance for the target sensor.
Definition: ORIENT_1.c:61
This defines the DSA adapter structure required for static initialization of the concrete instance of...
void Fusion_Task_task(uint32_t task_init_data)
Definition: ORIENT_1.c:83
fsl_fusion_Sensor_Specific_Settings_t ORIENT_1_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: ORIENT_1.c:39
void MagCal_Task_task(uint32_t task_init_data)
Definition: ORIENT_1.c:98