ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
FXOS8700_1 module documentation

Macros

#define FXOS8700_1_DATA_TYPE   fxos8700_DataBuffer_t
 

Variables

fxos8700_Sensor_Specific_Settings_t FXOS8700_1_Sensor_Specific_Config
 This allows access to the sensor specific configuration for the target sensor. More...
 
const isf_dsa_Adapter_t FXOS8700_1_Adapter
 This creates the sensor adapter instance for the target sensor. More...
 
const i2c_device_t FXOS8700_1_DeviceInfo
 This allows access to the sensor communications specific configuration. More...
 
fxos8700_Sensor_Specific_Settings_t FXOS8700_1_Sensor_Specific_Config
 This allows access to the sensor specific configuration for the target sensor. More...
 
const isf_dsa_Adapter_t FXOS8700_1_Adapter
 This allows access to the sensor adapter instance for the target sensor. More...
 
const i2c_device_t FXOS8700_1_DeviceInfo
 This allows access to the sensor communications specific configuration. More...
 

Detailed Description

Macro Definition Documentation

#define FXOS8700_1_DATA_TYPE   fxos8700_DataBuffer_t

Definition at line 55 of file FXOS8700_1.h.

Variable Documentation

const isf_dsa_Adapter_t FXOS8700_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 88 of file FXOS8700_1.c.

const isf_dsa_Adapter_t FXOS8700_1_Adapter
Initial value:
=
{
.devInfo.pSupportedSensorTypes = fxos8700_SupportedSensorTypes,
.devInfo.pSupportedSensorDataTypes = fxos8700_SupportedDataTypes,
.devInfo.nNativeDataSetSize = sizeof(fxos8700_DataBuffer_t),
.control.ValidateSettings = &fsl_fxos8700_i2cspi_6D_AccMag_ValidateSettings,
}
This structure defines the dummy DSA data buffer format.
isf_dsa_status_t fsl_fxos8700_i2cspi_6D_AccMag_Initialize(isf_SensorHandle_t *pSensorHandle)
This is the concrete implementation of the FXOS8700 sensor adapter initialization.
isf_SensorTypes_t fxos8700_SupportedSensorTypes[]
Supported sensor and data types for FXOS8700.
isf_dsa_status_t fsl_fxos8700_i2cspi_6D_AccMag_Configure(isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pSensorSettings)
This is the concrete implementation of the FXOS8700 sensor adapter for configuration.
isf_dsa_status_t fsl_fxos8700_i2cspi_6D_AccMag_StartData(isf_SensorHandle_t *pSensorHandle)
This is the concrete implementation of the FXOS8700 sensor adapter for start Data.
isf_dsa_status_t fsl_fxos8700_i2cspi_6D_AccMag_Calibrate(isf_SensorHandle_t *pSensorHandle, void *pCalData)
This is the concrete implementation of the FXOS8700 sensor adapter for calibration ...
isf_dsa_status_t fsl_fxos8700_i2cspi_6D_AccMag_Convert(volatile isf_SensorHandle_t *pSensorHandle, isf_SensorDataTypes_t convertToType, isf_dsa_result_types_t resultType, void *pNativeSample, void *pConvertedSample, int32 *numBytes)
This function coverts the raw sample data to the desired output type.
isf_SensorDataTypes_t fxos8700_SupportedDataTypes[]
isf_dsa_status_t fsl_fxos8700_i2cspi_6D_AccMag_Shutdown(isf_SensorHandle_t *pSensorHandle)
This is the concrete implementation of the FXOS8700 sensor adapter for shutdown . ...
isf_dsa_status_t fsl_fxos8700_i2cspi_6D_AccMag_EndData(isf_SensorHandle_t *pSensorHandle)
This is the concrete implementation of the FXOS8700 sensor adapter for End Data.
isf_dsa_status_t fsl_fxos8700_i2cspi_6D_AccMag_ValidateSettings(isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pSensorSettings)
This is the concrete implementation of the FXOS8700 sensor adapter for validating current settings...

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 88 of file FXOS8700_1.c.

const i2c_device_t FXOS8700_1_DeviceInfo

This allows access to the sensor communications specific configuration.

Definition at line 103 of file FXOS8700_1.c.

const i2c_device_t FXOS8700_1_DeviceInfo
Initial value:
=
{
.addrType = 0,
.baudRate_kbps = 400,
.address = 30
}

This allows access to the sensor communications specific configuration.

Definition at line 103 of file FXOS8700_1.c.

fxos8700_Sensor_Specific_Settings_t FXOS8700_1_Sensor_Specific_Config

This allows access to the sensor specific configuration for the target sensor.

Definition at line 37 of file FXOS8700_1.c.

fxos8700_Sensor_Specific_Settings_t FXOS8700_1_Sensor_Specific_Config

This allows access to the sensor specific configuration for the target sensor.

Definition at line 37 of file FXOS8700_1.c.