![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
This defines the sensor specific information. More...
#include <mpl3115_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 62 of file mpl3115_drv.h.
registerDeviceInfo_t deviceInfo |
I2C device context.
Definition at line 64 of file mpl3115_drv.h.
Referenced by main(), MPL3115_I2C_Configure(), MPL3115_I2C_DeInit(), MPL3115_I2C_Initialize(), MPL3115_I2C_ReadData(), and MPL3115_I2C_SetIdleTask().
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().
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().
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().