![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
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 | |
const isf_dsa_Adapter_t | Analog_1_Adapter |
This creates the sensor adapter instance for the target sensor. More... | |
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 [] |
#define LOGIC_HIGH 1 |
Definition at line 69 of file Analog_1.h.
#define LOGIC_LOW 0 |
Definition at line 70 of file Analog_1.h.
enum analog_sensor_types |
Enumeration for the Analog Sensor Types.
Enumerator | |
---|---|
NONE | |
FXLN83x1Q | |
FXLN83x2Q | |
MMA7360L | |
MMA7340L | |
MMA7330L | |
MPxx5004 | |
MAX_SUPPORTED |
Definition at line 58 of file Analog_1.h.
const isf_dsa_Adapter_t Analog_1_Adapter |
This creates the sensor adapter instance for the target sensor.
This allows access to the sensor adapter instance for the target sensor.
Definition at line 47 of file Analog_1.c.
const isf_dsa_Adapter_t Analog_1_Adapter |
This allows access to the sensor adapter instance for the target sensor.
This allows access to the sensor adapter instance for the target sensor.
Definition at line 47 of file Analog_1.c.
const Analog_1_device_t Analog_1_DeviceInfo |
This allows access to the sensor communications specific configuration.
Dummy non i2c device settings.
Definition at line 70 of file fsl_Sensor_Analog_1_Functions.c.
Analog_1_Sensor_Specific_Settings_t Analog_1_Sensor_Specific_Config |
This allows access to the sensor specific configuration for the target sensor.
Definition at line 78 of file fsl_Sensor_Analog_1_Functions.c.
isf_SensorDataTypes_t Analog_1_SupportedDataTypes[] |
Definition at line 91 of file fsl_Sensor_Analog_1_Functions.c.
isf_SensorTypes_t Analog_1_SupportedSensorTypes[] |
Supported sensor and data types.
Supported sensor and data types.
Definition at line 86 of file fsl_Sensor_Analog_1_Functions.c.