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

Data Structures

struct  mag3110_DataBuffer_t
 This structure defines the dummy DSA data buffer format. More...
 

Functions

isf_dsa_status_t fsl_mag3110_i2c_3D_mag_Initialize (isf_SensorHandle_t *pSensorHandle)
 
isf_dsa_status_t fsl_mag3110_i2c_3D_mag_ValidateSettings (isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pSubSettings)
 
isf_dsa_status_t fsl_mag3110_i2c_3D_mag_Configure (isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pSensorSettings)
 
isf_dsa_status_t fsl_mag3110_i2c_3D_mag_StartData (isf_SensorHandle_t *pSensorHandle)
 
isf_dsa_status_t fsl_mag3110_i2c_3D_mag_EndData (isf_SensorHandle_t *pSensorHandle)
 
isf_dsa_status_t fsl_mag3110_i2c_3D_mag_Calibrate (isf_SensorHandle_t *pSensorHandle, void *pCalData)
 
isf_dsa_status_t fsl_mag3110_i2c_3D_mag_Shutdown (isf_SensorHandle_t *pSensorHandle)
 
void fsl_mag3110_i2c_3D_mag_PeriodicCallback (void *pSensorHandle)
 
isf_dsa_status_t fsl_mag3110_i2c_3D_mag_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. More...
 

Variables

isf_SensorTypes_t mag3110_SupportedSensorTypes []
 Supported sensor and data types for MMA8652. More...
 
isf_SensorDataTypes_t mag3110_SupportedDataTypes []
 

Detailed Description

Function Documentation

isf_dsa_status_t fsl_mag3110_i2c_3D_mag_Calibrate ( isf_SensorHandle_t pSensorHandle,
void *  pCalData 
)

Definition at line 416 of file fsl_mag3110_i2c_3D_mag.c.

References ISF_SUCCESS.

isf_dsa_status_t fsl_mag3110_i2c_3D_mag_Convert ( volatile isf_SensorHandle_t pSensorHandle,
isf_SensorDataTypes_t  convertToType,
isf_dsa_result_types_t  resultType,
void *  pNativeSample,
void *  pConvertedSample,
int32 numBytes 
)
isf_dsa_status_t fsl_mag3110_i2c_3D_mag_Shutdown ( isf_SensorHandle_t pSensorHandle)
isf_dsa_status_t fsl_mag3110_i2c_3D_mag_ValidateSettings ( isf_SensorHandle_t pSensorHandle,
isf_dsa_SensorSettings_t pSubSettings 
)

Definition at line 156 of file fsl_mag3110_i2c_3D_mag.c.

References DSA_ERR_PARAM, and mag3110_ValidateConfig().

Here is the call graph for this function:

Variable Documentation

isf_SensorDataTypes_t mag3110_SupportedDataTypes[]

Definition at line 47 of file fsl_mag3110_i2c_3D_mag.c.

isf_SensorTypes_t mag3110_SupportedSensorTypes[]

Supported sensor and data types for MMA8652.

Definition at line 46 of file fsl_mag3110_i2c_3D_mag.c.