ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
isf_sensor_configuration_extern.h File Reference

The isf_sensor_configuration_extern.h contains external declarations referenced by the Sensor Manager for the Digital Sensor Abstration (DSA) implementation. More...

#include "isf_dsa_adapter.h"
Include dependency graph for isf_sensor_configuration_extern.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

isf_SensorConfig_t gSensorList []
 This is the external declaration of the DSA sensor list array containing the sensor adapters and sensor hardware mapping information. More...
 
isf_SensorHandle_tgSensorHandleList []
 This is the external declaration of the DSA sensor handle list array containing the sensor adapters and device specific information. More...
 
uint8 gNumSupportedSensors
 This is the external declaration of the current number of supported sensors. This is used by the Sensor Manager component. More...
 

Detailed Description

The isf_sensor_configuration_extern.h contains external declarations referenced by the Sensor Manager for the Digital Sensor Abstration (DSA) implementation.

Definition in file isf_sensor_configuration_extern.h.

Variable Documentation

uint8 gNumSupportedSensors

This is the external declaration of the current number of supported sensors. This is used by the Sensor Manager component.

Note: This declaration must not be changed by the user.

This is the external declaration of the current number of supported sensors. This is used by the Sensor Manager component.

This is the external declaration of the current number of available sensors.

Definition at line 64 of file isf_sensor_configuration.c.

isf_SensorHandle_t* gSensorHandleList[]

This is the external declaration of the DSA sensor handle list array containing the sensor adapters and device specific information.

This is the external declaration of the DSA sensor handle list array containing the sensor adapters and device specific information.

Definition at line 69 of file isf_sensor_configuration.c.

Referenced by App1_MainTask().

isf_SensorConfig_t gSensorList[]

This is the external declaration of the DSA sensor list array containing the sensor adapters and sensor hardware mapping information.

Note: This declaration must not be changed by the user.

This is the external declaration of the DSA sensor list array containing the sensor adapters and sensor hardware mapping information.

Definition at line 37 of file isf_sensor_configuration.c.