ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
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) 2015, 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 {
42 } SensorId_t;
43 
44 #endif /* ISF_SENSOR_CONFIGURATION_H_ */
45 
Sensor_sensors_en
This is the external declaration of the MAG3110 magnetometer sensor adapter object.
enum Sensor_sensors_en SensorId_t
This is the external declaration of the MAG3110 magnetometer sensor adapter object.