ISSDK  1.8
IoT Sensing Software Development Kit
Data Fields
fxls896x_i2c_sensorhandle_t Struct Reference

This defines the sensor specific information for I2C. More...

#include <fxls896x_drv.h>

Collaboration diagram for fxls896x_i2c_sensorhandle_t:
Collaboration graph

Data Fields

registerDeviceInfo_t deviceInfo
 
ARM_DRIVER_I2C * pCommDrv
 
bool isInitialized
 
uint16_t slaveAddress
 

Detailed Description

This defines the sensor specific information for I2C.

Definition at line 43 of file fxls896x_drv.h.

Field Documentation

◆ deviceInfo

◆ isInitialized

bool isInitialized

whether sensor is intialized or not.

Definition at line 47 of file fxls896x_drv.h.

Referenced by FXLS896x_I2C_Configure(), FXLS896x_I2C_DeInit(), FXLS896x_I2C_Initialize(), and FXLS896x_I2C_ReadData().

◆ pCommDrv

ARM_DRIVER_I2C* pCommDrv

Pointer to the i2c driver.

Definition at line 46 of file fxls896x_drv.h.

Referenced by FXLS896x_I2C_Configure(), FXLS896x_I2C_DeInit(), FXLS896x_I2C_Initialize(), and FXLS896x_I2C_ReadData().

◆ slaveAddress

uint16_t slaveAddress

The documentation for this struct was generated from the following file: