ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
FXLS8471_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 : FXLS8471_1.h
4 ** CDE edition : Community
5 ** Project : ISF_K64F_CW_PROJ
6 ** Processor : MK64FN1M0VLL12
7 ** Component : ISF_Sensor_FXLS8471_Accelerometer
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 FXLS8471_1.h
24 ** @version 01.00
25 ** @brief
26 **
27 */
28 /*!
29 ** @addtogroup FXLS8471_1_module FXLS8471_1 module documentation
30 ** @{
31 */
32 
33 #ifndef __FXLS8471_1_H
34 #define __FXLS8471_1_H
35 
36 /* MODULE FXLS8471_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 "SPI_CH1.h"
45 #include "GPIO1.h"
46 #include <isf_sensor_types.h>
47 #include <isf_fifo.h>
49 #include "fxls8471.h"
51 #include "fsl_i2c_master_driver.h"
52 #include "isf_spi_master_types.h"
53 
54 
55 #include "Cpu.h"
56 
57 #define FXLS8471_1_DATA_TYPE fxls8471_DataBuffer_t
58 /*!
59  * @brief This allows access to the sensor specific configuration for the target sensor.
60  *
61  */
63 /*!
64  * @brief This allows access to the sensor adapter instance for the target sensor.
65  */
67 
68 /*!
69  * @brief This allows access to the sensor communications specific configuration.
70  *
71  */
73 
74 
75 /* END FXLS8471_1. */
76 
77 #endif
78 /* ifndef __FXLS8471_1_H */
79 /*!
80 ** @}
81 */
82 /*
83 ** ###################################################################
84 **
85 ** This file was created by Processor Expert 10.3 [05.09]
86 ** for the Freescale Kinetis series of microcontrollers.
87 **
88 ** ###################################################################
89 */
fsl_i2c_master_driver.h defines structures and types for the i2c master driver.
fxls8471_Sensor_Specific_Settings_t FXLS8471_1_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: FXLS8471_1.c:48
The fxls8471.h contains the FXLS8471 Accelerometer register definitions, access macros, and device access functions.
The fsl_fxls8471_i2cspi_3D_accel.h file contains the definitions and functions supporting the MMA8652...
const spi_master_CommSpecificInfo_t FXLS8471_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXLS8471_1.c:136
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 FXLS8471_1_Adapter
This allows access to the sensor adapter instance for the target sensor.
Definition: FXLS8471_1.c:111
isf_spi_master_types.h defines the spi protocol adapter structure and types.
The isf_accelerometer_types.h file contains the ISF data type definitions for use with the ISF generi...