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

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

#include <fxlc95000_drv.h>

Collaboration diagram for fxlc95000_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 44 of file fxlc95000_drv.h.

Field Documentation

◆ deviceInfo

I2C device context.

Definition at line 46 of file fxlc95000_drv.h.

Referenced by FXLC95000_I2C_CommandResponse(), FXLC95000_I2C_Initialize(), FXLC95000_I2C_SetIdleTask(), and main().

◆ isInitialized

bool isInitialized

whether sensor is intialized or not.

Definition at line 48 of file fxlc95000_drv.h.

Referenced by FXLC95000_I2C_CommandResponse().

◆ pCommDrv

ARM_DRIVER_I2C* pCommDrv

Pointer to the i2c driver.

Definition at line 47 of file fxlc95000_drv.h.

Referenced by FXLC95000_I2C_CommandResponse().

◆ slaveAddress

uint16_t slaveAddress

slave address.

Definition at line 49 of file fxlc95000_drv.h.

Referenced by FXLC95000_I2C_CommandResponse().


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