ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
isf_sensor_configuration_extern.h
Go to the documentation of this file.
1 /**
2  * @file isf_sensor_configuration_extern.h
3  *
4  * @brief The \b isf_sensor_configuration_extern.h contains external declarations referenced by the Sensor Manager
5  * for the Digital Sensor Abstration (DSA) implementation.
6  *
7  * @copyright Copyright (c) 2015, Freescale Semiconductor, Inc.
8  */
9 
10 #ifndef ISF_SENSOR_CONFIGURATION_EXTERN_H_
11 #define ISF_SENSOR_CONFIGURATION_EXTERN_H_
12 
13 //#include "isf_sm_dsa_adapter.h"
14 #include "isf_dsa_adapter.h"
15 
16 /*!
17  * @brief This is the external declaration of the DSA sensor list array containing
18  * the sensor adapters and sensor hardware mapping information.
19  *
20  * \b Note: This declaration must not be changed by the user.
21  */
23 
24 /*!
25  * @brief This is the external declaration of the DSA sensor handle list array containing
26  * the sensor adapters and device specific information.
27  */
29 
30 /*!
31  * @brief This is the external declaration of the current number of supported sensors.
32  * This is used by the Sensor Manager component.
33  *
34  * \b Note: This declaration must not be changed by the user.
35  */
37 
38 #endif /* ISF_SENSOR_CONFIGURATION_EXTERN_H_ */
unsigned char uint8
Definition: isf_types.h:76
This defines the DSA sensor configuration structure defining each individual sensor adapter in the DS...
This defines the DSA sensor device handle structure used to invoke the adapter access functions...
isf_SensorConfig_t gSensorList[]
This is the external declaration of the DSA sensor list array containing the sensor adapters and sens...
uint8 gNumSupportedSensors
This is the external declaration of the current number of supported sensors. This is used by the Sens...
isf_SensorHandle_t * gSensorHandleList[]
This is the external declaration of the DSA sensor handle list array containing the sensor adapters a...