ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
FXAS21002_2.h
Go to the documentation of this file.
1 /* ###################################################################
2 ** This component module is generated by Processor Expert. Do not modify it.
3 ** Filename : FXAS21002_2.h
4 ** CDE edition : Standard
5 ** Project : ISF2P2_K64F_MQX_PROJ
6 ** Processor : MK64FN1M0VLL12
7 ** Component : ISF_KSDK_Sensor_FXAS21002_Gyrometer
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 : FXAS21002_2
16 ** Device Address : 0x20
17 ** Comm Channel : SPI1
18 ** Is SPI Selected : yes
19 ** Chip Select : SensorReset
20 ** Allowed Full-scale Ranges : ±250 dps (FXAS21002)
21 ** Sensor Specific Configuration : yes
22 ** CTRL_REG0 : yes
23 ** BW : 0
24 ** SPIW : 0
25 ** SEL : 0
26 ** HPF_EN : 0
27 ** FS : 3
28 ** CTRL_REG1 : yes
29 ** DR : 0
30 ** CTRL_REG3 : yes
31 ** WRAPTOONE : 0
32 ** EXTCTRLEN : 0
33 ** FS_DOUBLE : 0
34 ** Contents :
35 ** No public methods
36 **
37 ** (c) Copyright <company/user-name>, 2015,
38 http://www.<company>.com
39 mail: info@<company>.com
40 ** ###################################################################*/
41 /*!
42 ** @file FXAS21002_2.h
43 ** @version 01.00
44 ** @brief
45 **
46 */
47 /*!
48 ** @addtogroup FXAS21002_2_module FXAS21002_2 module documentation
49 ** @{
50 */
51 
52 #ifndef __FXAS21002_2_H
53 #define __FXAS21002_2_H
54 
55 /* MODULE FXAS21002_2. */
56 
57 /* Include inherited components */
58 #include "SPI1.h"
59 #include "SensorReset.h"
60 #include <isf_sensor_types.h>
61 #include <isf_fifo.h>
63 #include "fxas21002.h"
65 #include "isf_spi_master_types.h"
66 
67 #include "Cpu.h"
68 
69 #define FXAS21002_2_DATA_TYPE fxas21002_DataBuffer_t
70 /*!
71  * @brief This allows access to the sensor specific configuration for the target sensor.
72  *
73  */
75 /*!
76  * @brief This allows access to the sensor adapter instance for the target sensor.
77  */
79 
80 /*!
81  * @brief This allows access to the sensor communications specific configuration.
82  *
83  */
85 
86 
87 
88 /* END FXAS21002_2. */
89 
90 #endif
91 /* ifndef __FXAS21002_2_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 */
The fsl_fxas21002_i2cspi_3D_gyro.h file contains the definitions and functions supporting the FXAS210...
const spi_master_CommSpecificInfo_t FXAS21002_2_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXAS21002_2.c:112
The fxas21002.h file contains the FXAS21002 Magnetometer register definitions, access macros...
The isf_sensor_types.h contains the enumerated list of sensor types used by ISF.
This defines the DSA adapter structure required for static initialization of the concrete instance of...
const isf_dsa_Adapter_t FXAS21002_2_Adapter
This allows access to the sensor adapter instance for the target sensor.
Definition: FXAS21002_2.c:86
isf_spi_master_types.h defines the spi protocol adapter structure and types.
fxas21002_Sensor_Specific_Settings_t FXAS21002_2_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: FXAS21002_2.c:67
The isf_accelerometer_types.h file contains the ISF data type definitions for use with the ISF generi...