ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
isf_sensor_configuration.h
Go to the documentation of this file.
1
/**
2
* @file isf_sensor_configuration.h
3
*
4
* @brief The \b isf_sensor_configuration.h contains the enumerated list of Digital Sensor Abstraction (DSA)
5
* sensor drivers and the external declarations of the currently supported sensor drivers.
6
*
7
* @copyright Copyright (c) 2014, Freescale Semiconductor, Inc.
8
*/
9
10
#ifndef ISF_SENSOR_CONFIGURATION_H_
11
#define ISF_SENSOR_CONFIGURATION_H_
12
#include "
isf_dsa_adapter.h
"
13
14
/*!
15
* @brief This is the external declaration of the MAG3110 magnetometer sensor adapter object.
16
*/
17
18
/*!
19
* @brief This is the enumeration of the DSA sensor driver list.
20
*/
21
typedef
enum
Sensor_sensors_en
22
{
23
DSA_MAG3110_1
= 0,
24
DSA_FXOS8700_1
= 1,
25
DSA_FXAS21002_1
= 2,
26
DSA_ORIENT_1
= 3,
27
DSA_FXLS8471_1
= 4,
28
DSA_MPL3115_1
= 5,
29
DSA_MMA865x_1
= 6,
30
DSA_NUM_SUPPORTED_SENSORS
31
}
SensorId_t
;
32
33
#endif
/* ISF_SENSOR_CONFIGURATION_H_ */
34
Sensor_sensors_en
Sensor_sensors_en
This is the external declaration of the MAG3110 magnetometer sensor adapter object.
Definition:
isf_sensor_configuration.h:21
isf_dsa_adapter.h
DSA_MMA865x_1
Definition:
isf_sensor_configuration.h:29
DSA_ORIENT_1
Definition:
isf_sensor_configuration.h:26
DSA_FXAS21002_1
Definition:
isf_sensor_configuration.h:25
DSA_NUM_SUPPORTED_SENSORS
Definition:
isf_sensor_configuration.h:30
DSA_FXLS8471_1
Definition:
isf_sensor_configuration.h:27
DSA_FXOS8700_1
Definition:
isf_sensor_configuration.h:24
DSA_MAG3110_1
Definition:
isf_sensor_configuration.h:23
DSA_MPL3115_1
Definition:
isf_sensor_configuration.h:28
SensorId_t
enum Sensor_sensors_en SensorId_t
This is the external declaration of the MAG3110 magnetometer sensor adapter object.
© Freescale Semiconductor, Inc. 2015. All Rights Reserved.