![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
This structure defines the Block command List. More...
#include <sensor_drv.h>
Data Fields | |
const uint8_t * | pWriteBuffer |
uint16_t | writeTo |
uint8_t | numBytes |
This structure defines the Block command List.
Definition at line 87 of file sensor_drv.h.
uint8_t numBytes |
Definition at line 91 of file sensor_drv.h.
Referenced by Sensor_I2C_BlockWrite(), and Sensor_SPI_BlockWrite().
const uint8_t* pWriteBuffer |
Definition at line 89 of file sensor_drv.h.
Referenced by Sensor_I2C_BlockWrite(), and Sensor_SPI_BlockWrite().
uint16_t writeTo |
Definition at line 90 of file sensor_drv.h.
Referenced by Sensor_I2C_BlockWrite(), and Sensor_SPI_BlockWrite().