41 #ifndef __FXLC95000_2_H
42 #define __FXLC95000_2_H
57 #define FXLC95000_2_DATA_TYPE fxlc95000_DataBuffer_t
58 #define FXLC95000_2_SAMPLE_OFFSET (16)
59 #define FXLC95000_2_SAMPLE_SIZE (10)
60 #define FXLC95000_2_CONFIG_REGISTER_CMD_OFFSET (0)
61 #define FXLC95000_2_CONFIG_REGISTER_READ_OFFSET (4)
62 #define FXLC95000_2_CONFIG_REGISTER_SIZE (sizeof(fxlc95000_appConfigRegister_t))
64 #define FXLC95000_2_ACC_FLOAT_CONVERSION_FACTOR (0.000061035156)
65 #define FXLC95000_2_ACC_ACCEL_RANGE_2G (0x40)
66 #define FXLC95000_2_ACC_ACCEL_RANGE_4G (0x80)
67 #define FXLC95000_2_ACC_ACCEL_RANGE_8G (0xC0)
68 #define FXLC95000_2_ACC_MODE_ACCEL_ONLY (0x00)
69 #define FXLC95000_2_ACC_ACCEL_RESOLUTION_16_BIT (0x00)
const spi_master_CommSpecificInfo_t FXLC95000_2_DeviceInfo
This allows access to the sensor communications specific configuration.
isf_status_t fsl_95000_spi_slave_read_preprocess(void *pCmdOut, uint32 offset, uint32 size)
This defines the DSA adapter structure required for static initialization of the concrete instance of...
fxlc95000_Sensor_Specific_Settings_t FXLC95000_2_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
The fxlc95000.h contains the FXLC95000 Intelligent Sensor register definitions, access macros...
isf_status_t fsl_95000_spi_slave_read_postprocess(void *pCmdOut, void *pDataOut)
int32 isf_status_t
ISF return status type.
isf_status_t fsl_95000_spi_slave_init(void)
isf_spi_master_types.h defines the spi protocol adapter structure and types.
const isf_dsa_Adapter_t FXLC95000_2_Adapter
This allows access to the sensor adapter instance for the target sensor.
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)