![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include "ADC1.h"#include "SensorReset.h"#include "isf_devmsg.h"#include "isf_dsa_adapter.h"#include "isf_sensor_types.h"#include "isf_sensor_base_types.h"#include "fsl_os_abstraction.h"#include "fsl_Sensor_Analog_1_Functions.h"#include "Cpu.h"

Go to the source code of this file.
Macros | |
| #define | LOGIC_HIGH 1 |
| #define | LOGIC_LOW 0 |
Enumerations | |
| enum | analog_sensor_types { NONE = 0, FXLN83x1Q = 1, FXLN83x2Q, MMA7360L, MMA7340L, MMA7330L, MPxx5004, MAX_SUPPORTED } |
| Enumeration for the Analog Sensor Types. More... | |
Variables | |
| Analog_1_Sensor_Specific_Settings_t | Analog_1_Sensor_Specific_Config |
| This allows access to the sensor specific configuration for the target sensor. More... | |
| const isf_dsa_Adapter_t | Analog_1_Adapter |
| This allows access to the sensor adapter instance for the target sensor. More... | |
| const Analog_1_device_t | Analog_1_DeviceInfo |
| This allows access to the sensor communications specific configuration. More... | |
| isf_SensorTypes_t | Analog_1_SupportedSensorTypes [] |
| Supported sensor and data types. More... | |
| isf_SensorDataTypes_t | Analog_1_SupportedDataTypes [] |
Definition in file Analog_1.h.