![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
This defines the sensor specific information for I2C. More...
#include <fxls8962_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 70 of file fxls8962_drv.h.
registerDeviceInfo_t deviceInfo |
I2C device context.
Definition at line 72 of file fxls8962_drv.h.
Referenced by FXLS8962_I2C_Configure(), FXLS8962_I2C_DeInit(), FXLS8962_I2C_Initialize(), FXLS8962_I2C_ReadData(), FXLS8962_I2C_SetIdleTask(), and main().
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().
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().
uint16_t slaveAddress |
slave address.
Definition at line 75 of file fxls8962_drv.h.
Referenced by FXLS8962_I2C_Configure(), FXLS8962_I2C_DeInit(), FXLS8962_I2C_Initialize(), FXLS8962_I2C_ReadData(), and main().