![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include "I2C1.h"
#include "fxlc95000.h"
#include "fsl_fxlc95000_i2cspi_pedo.h"
#include "fsl_i2c_master_driver.h"
#include "Cpu.h"
Go to the source code of this file.
Macros | |
#define | FXLC95000_1_DATA_TYPE fxlc95000_DataBuffer_t |
#define | FXLC95000_1_SAMPLE_OFFSET (16) |
#define | FXLC95000_1_SAMPLE_SIZE (10) |
#define | FXLC95000_1_CONFIG_REGISTER_CMD_OFFSET (0) |
#define | FXLC95000_1_CONFIG_REGISTER_READ_OFFSET (4) |
#define | FXLC95000_1_CONFIG_REGISTER_SIZE (sizeof(fxlc95000_appConfigRegister_t)) |
#define | FXLC95000_1_ACC_FLOAT_CONVERSION_FACTOR (0.000061035156) |
#define | FXLC95000_1_ACC_ACCEL_RANGE_2G (0x40) |
#define | FXLC95000_1_ACC_ACCEL_RANGE_4G (0x80) |
#define | FXLC95000_1_ACC_ACCEL_RANGE_8G (0xC0) |
#define | FXLC95000_1_ACC_MODE_ACCEL_ONLY (0x00) |
#define | FXLC95000_1_ACC_ACCEL_RESOLUTION_16_BIT (0x00) |
Variables | |
fxlc95000_Sensor_Specific_Settings_t | FXLC95000_1_Sensor_Specific_Config |
This allows access to the sensor specific configuration for the target sensor. More... | |
const isf_dsa_Adapter_t | FXLC95000_1_Adapter |
This allows access to the sensor adapter instance for the target sensor. More... | |
const i2c_device_t | FXLC95000_1_DeviceInfo |
This allows access to the sensor communications specific configuration. More... | |
Definition in file FXLC95000_1.h.