![]()  | 
  
    ISSDK
    1.8
    
   IoT Sensing Software Development Kit 
   | 
 
This defines the sensor specific information. More...
#include <mag3110_drv.h>

Data Fields | |
| registerDeviceInfo_t | deviceInfo | 
| ARM_DRIVER_I2C * | pCommDrv | 
| bool | isInitialized | 
| uint16_t | slaveAddress | 
This defines the sensor specific information.
Definition at line 29 of file mag3110_drv.h.
| registerDeviceInfo_t deviceInfo | 
I2C device context.
Definition at line 31 of file mag3110_drv.h.
Referenced by MAG3110_I2C_Configure(), MAG3110_I2C_DeInit(), MAG3110_I2C_Initialize(), MAG3110_I2C_ReadData(), MAG3110_I2C_SetIdleTask(), and main().
| bool isInitialized | 
Init status.
Definition at line 33 of file mag3110_drv.h.
Referenced by MAG3110_I2C_Configure(), MAG3110_I2C_DeInit(), MAG3110_I2C_Initialize(), and MAG3110_I2C_ReadData().
| ARM_DRIVER_I2C* pCommDrv | 
Pointer to the i2c driver.
Definition at line 32 of file mag3110_drv.h.
Referenced by MAG3110_I2C_Configure(), MAG3110_I2C_DeInit(), MAG3110_I2C_Initialize(), MAG3110_I2C_ReadData(), and main().
| uint16_t slaveAddress | 
slave address.
Definition at line 34 of file mag3110_drv.h.
Referenced by MAG3110_I2C_Configure(), MAG3110_I2C_DeInit(), MAG3110_I2C_Initialize(), MAG3110_I2C_ReadData(), and main().