ISSDK  1.7
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 113 of file sensor_drv.h.

Field Documentation

◆ numBytes

uint8_t numBytes

Definition at line 117 of file sensor_drv.h.

Referenced by Sensor_I2C_BlockWrite(), and Sensor_SPI_BlockWrite().

◆ pWriteBuffer

const uint8_t* pWriteBuffer

Definition at line 115 of file sensor_drv.h.

Referenced by Sensor_I2C_BlockWrite(), and Sensor_SPI_BlockWrite().

◆ writeTo

uint16_t writeTo

Definition at line 116 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: