Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An I2C request.
Syntax
typedef struct _I2C_REQUEST {
UCHAR RegAddress;
UCHAR Value[I2C_MAX_DATA_LENGTH];
} I2C_REQUEST, *PI2C_REQUEST;
Members
RegAddress
Registry address.
Value[I2C_MAX_DATA_LENGTH]
Represents an array of I2C request values.
Requirements
Requirement | Value |
---|---|
Header | sensorsdriversutils.h |