ISSDK  1.7
IoT Sensing Software Development Kit
Data Fields
mag3110_i2c_sensorhandle_t Struct Reference

This defines the sensor specific information. More...

#include <mag3110_drv.h>

Collaboration diagram for mag3110_i2c_sensorhandle_t:
Collaboration graph

Data Fields

registerDeviceInfo_t deviceInfo
 
ARM_DRIVER_I2C * pCommDrv
 
bool isInitialized
 
uint16_t slaveAddress
 

Detailed Description

This defines the sensor specific information.

Definition at line 55 of file mag3110_drv.h.

Field Documentation

◆ deviceInfo

◆ isInitialized

bool isInitialized

Init status.

Definition at line 59 of file mag3110_drv.h.

Referenced by MAG3110_I2C_Configure(), MAG3110_I2C_DeInit(), MAG3110_I2C_Initialize(), and MAG3110_I2C_ReadData().

◆ pCommDrv

ARM_DRIVER_I2C* pCommDrv

Pointer to the i2c driver.

Definition at line 58 of file mag3110_drv.h.

Referenced by MAG3110_I2C_Configure(), MAG3110_I2C_DeInit(), MAG3110_I2C_Initialize(), MAG3110_I2C_ReadData(), and main().

◆ slaveAddress

uint16_t slaveAddress

slave address.

Definition at line 60 of file mag3110_drv.h.

Referenced by MAG3110_I2C_Configure(), MAG3110_I2C_DeInit(), MAG3110_I2C_Initialize(), MAG3110_I2C_ReadData(), and main().


The documentation for this struct was generated from the following file: