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

This structure defines the Block command List. More...

#include <sensor_drv.h>

Collaboration diagram for registercommandlist_t:
Collaboration graph

Data Fields

const uint8_t * pWriteBuffer
 
uint16_t writeTo
 
uint8_t numBytes
 

Detailed Description

This structure defines the Block command List.

Definition at line 87 of file sensor_drv.h.

Field Documentation

◆ numBytes

uint8_t numBytes

Definition at line 91 of file sensor_drv.h.

Referenced by Sensor_I2C_BlockWrite(), and Sensor_SPI_BlockWrite().

◆ pWriteBuffer

const uint8_t* pWriteBuffer

Definition at line 89 of file sensor_drv.h.

Referenced by Sensor_I2C_BlockWrite(), and Sensor_SPI_BlockWrite().

◆ writeTo

uint16_t writeTo

Definition at line 90 of file sensor_drv.h.

Referenced by Sensor_I2C_BlockWrite(), and Sensor_SPI_BlockWrite().


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