ISSDK  1.8
IoT Sensing Software Development Kit
Data Fields
dbap_i2c_sensorhandle_t Struct Reference

This defines the sensor specific information for I2C. More...

#include <dbap_drv.h>

Collaboration diagram for dbap_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 for I2C.

Definition at line 33 of file dbap_drv.h.

Field Documentation

◆ deviceInfo

I2C device context.

Definition at line 35 of file dbap_drv.h.

Referenced by DBAP_I2C_Configure(), DBAP_I2C_Initialize(), DBAP_I2C_ReadData(), and DBAP_I2C_SetIdleTask().

◆ isInitialized

bool isInitialized

whether sensor is intialized or not.

Definition at line 37 of file dbap_drv.h.

Referenced by DBAP_I2C_Configure(), DBAP_I2C_Initialize(), and DBAP_I2C_ReadData().

◆ pCommDrv

ARM_DRIVER_I2C* pCommDrv

Pointer to the i2c driver.

Definition at line 36 of file dbap_drv.h.

Referenced by DBAP_I2C_Configure(), DBAP_I2C_Initialize(), and DBAP_I2C_ReadData().

◆ slaveAddress

uint16_t slaveAddress

slave address.

Definition at line 38 of file dbap_drv.h.

Referenced by DBAP_I2C_Configure(), DBAP_I2C_Initialize(), and DBAP_I2C_ReadData().


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