ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
fsl_fxlc95000_i2cspi_pedo.h File Reference
#include "isf.h"
#include "isf_sm_types.h"
#include "isf_dsa_adapter.h"
#include "isf_devmsg.h"
#include "isf_bm.h"
#include "fxlc95000.h"
Include dependency graph for fsl_fxlc95000_i2cspi_pedo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

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

Functions

isf_dsa_status_t fsl_fxlc95000_Initialize (isf_SensorHandle_t *pSensorHandle)
 
isf_dsa_status_t fsl_fxlc95000_ValidateSettings (isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pSubSettings)
 
isf_dsa_status_t fsl_fxlc95000_Configure (isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pSensorSettings)
 
isf_dsa_status_t fsl_fxlc95000_StartData (isf_SensorHandle_t *pSensorHandle)
 
isf_dsa_status_t fsl_fxlc95000_EndData (isf_SensorHandle_t *pSensorHandle)
 
isf_dsa_status_t fsl_fxlc95000_Calibrate (isf_SensorHandle_t *pSensorHandle, void *pCalData)
 
isf_dsa_status_t fsl_fxlc95000_Shutdown (isf_SensorHandle_t *pSensorHandle)
 
void fsl_fxlc95000_PeriodicCallback (void *pSensorHandle)
 
isf_dsa_status_t fsl_fxlc95000_Flash (isf_SensorHandle_t *pSensorHandle, void *pFlashData, uint8 numBytes)
 
isf_dsa_status_t fsl_fxlc95000_Convert (volatile isf_SensorHandle_t *pSensorHandle, isf_SensorDataTypes_t convertToType, isf_dsa_result_types_t resultType, void *pNativeSample, void *pConvertedSample, int32 *numBytes)
 This function converts the raw sample data to the desired output type. More...
 

Variables

isf_SensorTypes_t fxlc95000_SupportedSensorTypes []
 Supported sensor and data types for FXLC95000. More...
 
isf_SensorDataTypes_t fxlc95000_SupportedDataTypes []