ISSDK  1.7
IoT Sensing Software Development Kit
Data Fields
fxls8962_i2c_sensorhandle_t Struct Reference

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

#include <fxls8962_drv.h>

Collaboration diagram for fxls8962_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 70 of file fxls8962_drv.h.

Field Documentation

◆ deviceInfo

◆ isInitialized

bool isInitialized

whether sensor is intialized or not.

Definition at line 74 of file fxls8962_drv.h.

Referenced by FXLS8962_I2C_Configure(), FXLS8962_I2C_DeInit(), FXLS8962_I2C_Initialize(), and FXLS8962_I2C_ReadData().

◆ pCommDrv

ARM_DRIVER_I2C* pCommDrv

Pointer to the i2c driver.

Definition at line 73 of file fxls8962_drv.h.

Referenced by FXLS8962_I2C_Configure(), FXLS8962_I2C_DeInit(), FXLS8962_I2C_Initialize(), FXLS8962_I2C_ReadData(), and main().

◆ slaveAddress

uint16_t slaveAddress

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