![]()  | 
  
    ISSDK
    1.8
    
   IoT Sensing Software Development Kit 
   | 
 
This defines the sensor specific information for I2C. More...
#include <fxls8974_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 fxls8974_drv.h.
| registerDeviceInfo_t deviceInfo | 
I2C device context.
Definition at line 45 of file fxls8974_drv.h.
Referenced by FXLS8974_I2C_Configure(), FXLS8974_I2C_DeInit(), FXLS8974_I2C_Initialize(), FXLS8974_I2C_ReadData(), FXLS8974_I2C_SetIdleTask(), and perform_selftest().
| bool isInitialized | 
whether sensor is intialized or not.
Definition at line 47 of file fxls8974_drv.h.
Referenced by FXLS8974_I2C_Configure(), FXLS8974_I2C_DeInit(), FXLS8974_I2C_Initialize(), and FXLS8974_I2C_ReadData().
| ARM_DRIVER_I2C* pCommDrv | 
Pointer to the i2c driver.
Definition at line 46 of file fxls8974_drv.h.
Referenced by FXLS8974_I2C_Configure(), FXLS8974_I2C_DeInit(), FXLS8974_I2C_Initialize(), and FXLS8974_I2C_ReadData().
| uint16_t slaveAddress | 
slave address.
Definition at line 48 of file fxls8974_drv.h.
Referenced by FXLS8974_I2C_Configure(), FXLS8974_I2C_DeInit(), FXLS8974_I2C_Initialize(), and FXLS8974_I2C_ReadData().