![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include "PE_Types.h"#include "PE_Error.h"#include "PE_Const.h"#include "IO_Map.h"#include "Cpu.h"#include "fusion_config.h"#include "fusion_types.h"#include "fusion_exec.h"#include "isf_sm_types.h"#include "isf_sensor_base_types.h"#include "isf_dsa_adapter.h"#include "magnetic.h"

Go to the source code of this file.
Data Structures | |
| struct | fsl_orientation_DataBuffer_t |
| struct | fsl_fusion_Sensor_Specific_Settings_t |
| struct | fsl_fusion_DeviceDescriptor_t |
Functions | |
| isf_dsa_status_t | fsl_fusion_virt_3D_orient_Initialize (isf_SensorHandle_t *pSensorHandle) |
| This is the concrete implementation of the orientation sensor adapter initialization. More... | |
| isf_dsa_status_t | fsl_fusion_virt_3D_orient_ValidateSettings (isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pSubSettings) |
| This is the concrete implementation of the orientation sensor adapter for validating current settings. More... | |
| isf_dsa_status_t | fsl_fusion_virt_3D_orient_Configure (isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pSensorSettings) |
| This is the concrete implementation of the fusion sensor adapter configuration function. More... | |
| isf_dsa_status_t | fsl_fusion_virt_3D_orient_StartData (isf_SensorHandle_t *pSensorHandle) |
| This is the concrete implementation of the orientation sensor adapter for start Data. More... | |
| isf_dsa_status_t | fsl_fusion_virt_3D_orient_EndData (isf_SensorHandle_t *pSensorHandle) |
| This is the concrete implementation of the orientation sensor adapter for End Data. More... | |
| isf_dsa_status_t | fsl_fusion_virt_3D_orient_Calibrate (isf_SensorHandle_t *pSensorHandle, void *pCalData) |
| This is the concrete implementation of the orientation sensor adapter for calibration . More... | |
| isf_dsa_status_t | fsl_fusion_virt_3D_orient_Shutdown (isf_SensorHandle_t *pSensorHandle) |
| This is the concrete implementation of the orientation sensor adapter for shutdown . More... | |
| void | fsl_fusion_virt_3D_orient_PeriodicCallback (void *pSensorHandle) |
| The orientation sensor adapter's periodic processing function. More... | |
| isf_dsa_status_t | fsl_fusion_virt_3D_orient_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... | |
| void | fsl_MagCal_task (uint32_t task_init_data) |
| void | fsl_fusion_task (uint32_t task_init_data) |
Variables | |
| isf_SensorTypes_t | fsl_fusion_SupportedSensorTypes [] |
| Supported sensor and data types for MMA8652. More... | |
| isf_SensorDataTypes_t | fsl_fusion_SupportedDataTypes [] |
Definition in file fsl_fusion_virt_3D_orient.h.