![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include "I2C1.h"
#include <isf_sensor_types.h>
#include <isf_fifo.h>
#include <isf_accelerometer_types.h>
#include "mag3110.h"
#include "fsl_mag3110_i2c_3D_mag.h"
#include "fsl_i2c_master_driver.h"
#include "Cpu.h"
Go to the source code of this file.
Macros | |
#define | MAG3110_1_DATA_TYPE mag3110_DataBuffer_t |
Variables | |
mag3110_Sensor_Specific_Settings_t | MAG3110_1_Sensor_Specific_Config |
This allows access to the sensor specific configuration for the target sensor. More... | |
const isf_dsa_Adapter_t | MAG3110_1_Adapter |
This allows access to the sensor adapter instance for the target sensor. More... | |
const i2c_device_t | MAG3110_1_DeviceInfo |
This allows access to the sensor communications specific configuration. More... | |
Definition in file MAG3110_1.h.