![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
This defines the sensor specific information for I2C. More...
#include <fxlc95000_drv.h>
Data Fields | |
registerDeviceInfo_t | deviceInfo |
ARM_DRIVER_I2C * | pCommDrv |
bool | isInitialized |
uint16_t | slaveAddress |
This defines the sensor specific information for I2C.
Definition at line 44 of file fxlc95000_drv.h.
registerDeviceInfo_t 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().
bool isInitialized |
whether sensor is intialized or not.
Definition at line 48 of file fxlc95000_drv.h.
Referenced by FXLC95000_I2C_CommandResponse().
ARM_DRIVER_I2C* pCommDrv |
Pointer to the i2c driver.
Definition at line 47 of file fxlc95000_drv.h.
Referenced by FXLC95000_I2C_CommandResponse().
uint16_t slaveAddress |
slave address.
Definition at line 49 of file fxlc95000_drv.h.
Referenced by FXLC95000_I2C_CommandResponse().