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

This defines the sensor specific information. More...

#include <mpl3115_drv.h>

Collaboration diagram for mpl3115_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 62 of file mpl3115_drv.h.

Field Documentation

◆ deviceInfo

◆ isInitialized

bool isInitialized

Init status.

Definition at line 66 of file mpl3115_drv.h.

Referenced by MPL3115_I2C_Configure(), MPL3115_I2C_DeInit(), MPL3115_I2C_Initialize(), and MPL3115_I2C_ReadData().

◆ pCommDrv

ARM_DRIVER_I2C* pCommDrv

Pointer to the i2c driver.

Definition at line 65 of file mpl3115_drv.h.

Referenced by main(), MPL3115_I2C_Configure(), MPL3115_I2C_DeInit(), MPL3115_I2C_Initialize(), and MPL3115_I2C_ReadData().

◆ slaveAddress

uint16_t slaveAddress

slave address.

Definition at line 67 of file mpl3115_drv.h.

Referenced by main(), MPL3115_I2C_Configure(), MPL3115_I2C_DeInit(), MPL3115_I2C_Initialize(), and MPL3115_I2C_ReadData().


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