![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
This defines the sensor specific information. More...
#include <isl29023_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 28 of file isl29023_drv.h.
registerDeviceInfo_t deviceInfo |
I2C device context.
Definition at line 30 of file isl29023_drv.h.
Referenced by ISL29023_I2C_Configure(), ISL29023_I2C_DeInit(), ISL29023_I2C_Initialize(), ISL29023_I2C_ReadData(), and ISL29023_I2C_SetIdleTask().
bool isInitialized |
Init status.
Definition at line 32 of file isl29023_drv.h.
Referenced by ISL29023_I2C_Configure(), ISL29023_I2C_DeInit(), ISL29023_I2C_Initialize(), and ISL29023_I2C_ReadData().
ARM_DRIVER_I2C* pCommDrv |
Pointer to the i2c driver.
Definition at line 31 of file isl29023_drv.h.
Referenced by ISL29023_I2C_Configure(), ISL29023_I2C_DeInit(), ISL29023_I2C_Initialize(), and ISL29023_I2C_ReadData().
uint16_t slaveAddress |
slave address.
Definition at line 33 of file isl29023_drv.h.
Referenced by ISL29023_I2C_Configure(), ISL29023_I2C_DeInit(), ISL29023_I2C_Initialize(), and ISL29023_I2C_ReadData().