ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
fsl_mag3110_i2c_3D_mag.h File Reference

The fsl_mag3110_i2c_3D_mag.h file contains the definitions and functions supporting the MAG3110 Sensor Adapter header file. More...

#include "PE_Types.h"
#include "PE_Error.h"
#include "PE_Const.h"
#include "IO_Map.h"
#include "Cpu.h"
#include "isf_sm_types.h"
#include "isf_dsa_adapter.h"
Include dependency graph for fsl_mag3110_i2c_3D_mag.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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

The fsl_mag3110_i2c_3D_mag.h file contains the definitions and functions supporting the MAG3110 Sensor Adapter header file.

Version
01.00

Definition in file fsl_mag3110_i2c_3D_mag.h.