![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
This defines the sensor specific information for I2C. More...
#include <fxls896x_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 43 of file fxls896x_drv.h.
registerDeviceInfo_t deviceInfo |
I2C device context.
Definition at line 45 of file fxls896x_drv.h.
Referenced by FXLS896x_I2C_Configure(), FXLS896x_I2C_DeInit(), FXLS896x_I2C_Initialize(), FXLS896x_I2C_ReadData(), FXLS896x_I2C_SetIdleTask(), and perform_selftest().
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().
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().
uint16_t slaveAddress |
slave address.
Definition at line 48 of file fxls896x_drv.h.
Referenced by FXLS896x_I2C_Configure(), FXLS896x_I2C_DeInit(), FXLS896x_I2C_Initialize(), and FXLS896x_I2C_ReadData().