ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
FXLS8471_2 module documentation

Macros

#define FXLS8471_2_DATA_TYPE   fxls8471_DataBuffer_t
 

Variables

fxls8471_Sensor_Specific_Settings_t FXLS8471_2_Sensor_Specific_Config
 This allows access to the sensor specific configuration for the target sensor. More...
 
const isf_dsa_Adapter_t FXLS8471_2_Adapter
 This creates the sensor adapter instance for the target sensor. More...
 
const i2c_device_t FXLS8471_2_DeviceInfo
 This allows access to the sensor communications specific configuration. More...
 
fxls8471_Sensor_Specific_Settings_t FXLS8471_2_Sensor_Specific_Config
 This allows access to the sensor specific configuration for the target sensor. More...
 
const isf_dsa_Adapter_t FXLS8471_2_Adapter
 This allows access to the sensor adapter instance for the target sensor. More...
 
const i2c_device_t FXLS8471_2_DeviceInfo
 This allows access to the sensor communications specific configuration. More...
 

Detailed Description

Macro Definition Documentation

#define FXLS8471_2_DATA_TYPE   fxls8471_DataBuffer_t

Definition at line 114 of file FXLS8471_2.h.

Variable Documentation

const isf_dsa_Adapter_t FXLS8471_2_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 169 of file FXLS8471_2.c.

const isf_dsa_Adapter_t FXLS8471_2_Adapter
Initial value:
=
{
.devInfo.pSupportedSensorTypes = fxls8471_SupportedSensorTypes,
.devInfo.pSupportedSensorDataTypes = fxls8471_SupportedDataTypes,
.devInfo.nNativeDataSetSize = sizeof(fxls8471_DataBuffer_t),
.control.ValidateSettings = &fsl_fxls8471_i2cspi_3D_accel_ValidateSettings,
}
isf_dsa_status_t fsl_fxls8471_i2cspi_3D_accel_EndData(isf_SensorHandle_t *pSensorHandle)
isf_dsa_status_t fsl_fxls8471_i2cspi_3D_accel_Shutdown(isf_SensorHandle_t *pSensorHandle)
isf_dsa_status_t fsl_fxls8471_i2cspi_3D_accel_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_dsa_status_t fsl_fxls8471_i2cspi_3D_accel_Configure(isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pSensorSettings)
isf_SensorTypes_t fxls8471_SupportedSensorTypes[]
Supported sensor and data types for FXLS8471.
isf_dsa_status_t fsl_fxls8471_i2cspi_3D_accel_Calibrate(isf_SensorHandle_t *pSensorHandle, void *pCalData)
isf_SensorDataTypes_t fxls8471_SupportedDataTypes[]
isf_dsa_status_t fsl_fxls8471_i2cspi_3D_accel_ValidateSettings(isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pSensorSettings)
isf_dsa_status_t fsl_fxls8471_i2cspi_3D_accel_StartData(isf_SensorHandle_t *pSensorHandle)
This structure defines the dummy DSA data buffer format.
isf_dsa_status_t fsl_fxls8471_i2cspi_3D_accel_Initialize(isf_SensorHandle_t *pSensorHandle)

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 169 of file FXLS8471_2.c.

const i2c_device_t FXLS8471_2_DeviceInfo

This allows access to the sensor communications specific configuration.

Definition at line 184 of file FXLS8471_2.c.

const i2c_device_t FXLS8471_2_DeviceInfo
Initial value:
=
{
.baudRate_kbps = 400,
.address = 30
}

This allows access to the sensor communications specific configuration.

Definition at line 184 of file FXLS8471_2.c.

fxls8471_Sensor_Specific_Settings_t FXLS8471_2_Sensor_Specific_Config

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

Definition at line 106 of file FXLS8471_2.c.

fxls8471_Sensor_Specific_Settings_t FXLS8471_2_Sensor_Specific_Config

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

Definition at line 106 of file FXLS8471_2.c.