![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This defines the DSA adapter structure required for static initialization of the concrete instance of a given sensor adapter. More...
#include <isf_dsa_adapter.h>
Data Fields | |
isf_dsa_DeviceInfoBlock_t | devInfo |
isf_dsa_ControlInterface_t | control |
This defines the DSA adapter structure required for static initialization of the concrete instance of a given sensor adapter.
Definition at line 144 of file isf_dsa_adapter.h.
isf_dsa_ControlInterface_t control |
Adapter control interface field.
Definition at line 147 of file isf_dsa_adapter.h.
Referenced by configure_sensor(), convert_sensor_data(), init_sensor(), isf_dsa_get_data_converter(), shutdown_sensor(), start_sensor(), and stop_sensor().
isf_dsa_DeviceInfoBlock_t devInfo |
Adapter device information block field.
Definition at line 146 of file isf_dsa_adapter.h.
Referenced by fsl_fusion_virt_3D_orient_Configure(), isf_dsa_get_info(), isf_dsa_get_sensor_data_types(), isf_dsa_get_sensor_types(), and isf_dsa_get_sizeof_native_data_type().