ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
ORIENT_1.h
Go to the documentation of this file.
1 /* ###################################################################
2 ** This component module is generated by Processor Expert. Do not modify it.
3 ** Filename : ORIENT_1.h
4 ** CDE edition : Community
5 ** Project : ISF2P2_K64F_MQX_PROJ
6 ** Processor : MK64FN1M0VLL12
7 ** Component : ISF_KSDK_Sensor_Virtual_Orientation
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 : ORIENT_1
16 ** Fusion Configuration :
17 ** Coordinate System To Use : NED
18 ** Execute Algorithms in Parallel : 1
19 ** Output Data Period : 40000
20 ** Accelerometer Oversample Ratio : 4
21 ** Magnetometer Oversample Ratio : 4
22 ** Gyrometer Oversample Ratio : 16
23 ** Pressure Sensor Oversample Ratio : 1
24 ** Algorithms To Use : yes
25 ** Tiltmeter : no
26 ** 2D Automotive Compass : no
27 ** Rotation : no
28 ** Tilt Compensated Compass : no
29 ** Gaming Handset : no
30 ** Gyrometer Stabilized Compass : no
31 ** Pressure/Altitude : no
32 ** Sensor Selection :
33 ** Use Accelerometer : no
34 ** Use Magnetometer : no
35 ** Use Gyrometer : no
36 ** Use Pressure Sensor : no
37 ** Custom Sensor Board Mount Abstraction : no
38 ** OSTask Configuration :
39 ** FusionTask StackSize : 2000
40 ** FusionTask Priority : 9
41 ** MagCalTask StackSize : 3000
42 ** MagCalTask Priority : 12
43 ** Contents :
44 ** No public methods
45 **
46 ** For non-commercial use only.
47 (c) Copyright <company/user-name>, 2015,
48 http://www.<company>.com
49 mail: info@<company>.com
50 ** ###################################################################*/
51 /*!
52 ** @file ORIENT_1.h
53 ** @version 01.00
54 ** @brief
55 **
56 */
57 /*!
58 ** @addtogroup ORIENT_1_module ORIENT_1 module documentation
59 ** @{
60 */
61 
62 #ifndef __ORIENT_1_H
63 #define __ORIENT_1_H
64 
65 /* MODULE ORIENT_1. */
66 
67 /* Include inherited components */
69 
70 
71 #include "Cpu.h"
72 
73 #define ORIENT_1_DATA_TYPE fsl_orientation_DataBuffer_t
74 
75 /*!
76  * @brief This allows access to the sensor specific configuration for the target sensor.
77  *
78  */
80 /*!
81  * @brief This allows access to the sensor adapter instance for the target sensor.
82  *
83  */
85 
86 
87 
88 /* END ORIENT_1. */
89 
90 #endif
91 /* ifndef __ORIENT_1_H */
92 /*!
93 ** @}
94 */
95 /*
96 ** ###################################################################
97 **
98 ** This file was created by Processor Expert 10.5 [05.21]
99 ** for the Freescale Kinetis series of microcontrollers.
100 **
101 ** ###################################################################
102 */
const isf_dsa_Adapter_t ORIENT_1_Adapter
This allows access to the sensor adapter instance for the target sensor.
Definition: ORIENT_1.c:88
This defines the DSA adapter structure required for static initialization of the concrete instance of...
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:68