![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include "SPI1.h"#include "SPIChipSelect.h"#include "SPISelect.h"#include "ResetSensor.h"#include "fxlc95000.h"#include "fsl_fxlc95000_i2cspi_pedo.h"#include "isf_spi_master_types.h"#include "Cpu.h"

Go to the source code of this file.
Macros | |
| #define | FXLC95000_2_DATA_TYPE fxlc95000_DataBuffer_t |
| #define | FXLC95000_2_SAMPLE_OFFSET (16) |
| #define | FXLC95000_2_SAMPLE_SIZE (10) |
| #define | FXLC95000_2_CONFIG_REGISTER_CMD_OFFSET (0) |
| #define | FXLC95000_2_CONFIG_REGISTER_READ_OFFSET (4) |
| #define | FXLC95000_2_CONFIG_REGISTER_SIZE (sizeof(fxlc95000_appConfigRegister_t)) |
| #define | FXLC95000_2_ACC_FLOAT_CONVERSION_FACTOR (0.000061035156) |
| #define | FXLC95000_2_ACC_ACCEL_RANGE_2G (0x40) |
| #define | FXLC95000_2_ACC_ACCEL_RANGE_4G (0x80) |
| #define | FXLC95000_2_ACC_ACCEL_RANGE_8G (0xC0) |
| #define | FXLC95000_2_ACC_MODE_ACCEL_ONLY (0x00) |
| #define | FXLC95000_2_ACC_ACCEL_RESOLUTION_16_BIT (0x00) |
Functions | |
| isf_status_t | fsl_95000_spi_slave_init (void) |
| isf_status_t | fsl_95000_spi_slave_write_preprocess (void *pCmdOut, uint32 offset, uint32 size, void *pWritebuffer) |
| isf_status_t | fsl_95000_spi_slave_write_postprocess (void *pCmdOut) |
| isf_status_t | fsl_95000_spi_slave_read_preprocess (void *pCmdOut, uint32 offset, uint32 size) |
| isf_status_t | fsl_95000_spi_slave_read_postprocess (void *pCmdOut, void *pDataOut) |
Variables | |
| fxlc95000_Sensor_Specific_Settings_t | FXLC95000_2_Sensor_Specific_Config |
| This allows access to the sensor specific configuration for the target sensor. More... | |
| const isf_dsa_Adapter_t | FXLC95000_2_Adapter |
| This allows access to the sensor adapter instance for the target sensor. More... | |
| const spi_master_CommSpecificInfo_t | FXLC95000_2_DeviceInfo |
| This allows access to the sensor communications specific configuration. More... | |
Definition in file FXLC95000_2.h.