![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
This defines the function pointers and sensor specific information. More...
#include <mma8491q_drv.h>
Data Fields | |
registerDeviceInfo_t | deviceInfo |
ARM_DRIVER_I2C * | pCommDrv |
bool | isInitialized |
uint16_t | slaveAddress |
This defines the function pointers and sensor specific information.
Definition at line 55 of file mma8491q_drv.h.
registerDeviceInfo_t deviceInfo |
I2C device context.
Definition at line 57 of file mma8491q_drv.h.
Referenced by main(), MMA8491Q_I2C_Initialize(), MMA8491Q_I2C_ReadData(), and MMA8491Q_I2C_SetIdleTask().
bool isInitialized |
Init status.
Definition at line 59 of file mma8491q_drv.h.
Referenced by MMA8491Q_I2C_Initialize(), and MMA8491Q_I2C_ReadData().
ARM_DRIVER_I2C* pCommDrv |
Pointer to the i2c driver.
Definition at line 58 of file mma8491q_drv.h.
Referenced by main(), MMA8491Q_I2C_Initialize(), and MMA8491Q_I2C_ReadData().
uint16_t slaveAddress |
slave address.
Definition at line 60 of file mma8491q_drv.h.
Referenced by MMA8491Q_I2C_Initialize(), and MMA8491Q_I2C_ReadData().