aroarfw
Data Fields
__RPACKED__ Struct Reference

Type to store (in packed format) static information for the device info bank (bank 0). This is prefixed with status byte 1 and status byte 2. More...

#include <i2c.h>

Data Fields

uint8_t vendor
 Vendor of this device. This is a assigned device vendor ID. More...
 
uint8_t type
 Vendor specific type of device. More...
 
uint8_t subtype
 Vendor specific subtype of device. More...
 
uint8_t revision
 Vendor specific revision of the device. More...
 
uint8_t parentvendor
 Parent device's vendor ID. More...
 
uint8_t parenttype
 Parent device's type ID. More...
 
uint8_t parentsubtype
 Parent device's subtype ID. More...
 
uint8_t caps [3]
 Capabilities of the device (type and subtype depended) More...
 
ruuid_t serial
 Sieral of the device. More...
 

Detailed Description

Type to store (in packed format) static information for the device info bank (bank 0). This is prefixed with status byte 1 and status byte 2.

Definition at line 385 of file i2c.h.

Field Documentation

◆ caps

uint8_t __RPACKED__::caps[3]

Capabilities of the device (type and subtype depended)

Definition at line 401 of file i2c.h.

◆ parentsubtype

uint8_t __RPACKED__::parentsubtype

Parent device's subtype ID.

Definition at line 399 of file i2c.h.

◆ parenttype

uint8_t __RPACKED__::parenttype

Parent device's type ID.

Definition at line 397 of file i2c.h.

◆ parentvendor

uint8_t __RPACKED__::parentvendor

Parent device's vendor ID.

Definition at line 395 of file i2c.h.

◆ revision

uint8_t __RPACKED__::revision

Vendor specific revision of the device.

Definition at line 393 of file i2c.h.

◆ serial

ruuid_t __RPACKED__::serial

Sieral of the device.

Definition at line 403 of file i2c.h.

◆ subtype

uint8_t __RPACKED__::subtype

Vendor specific subtype of device.

Definition at line 391 of file i2c.h.

◆ type

uint8_t __RPACKED__::type

Vendor specific type of device.

Definition at line 389 of file i2c.h.

◆ vendor

uint8_t __RPACKED__::vendor

Vendor of this device. This is a assigned device vendor ID.

Definition at line 387 of file i2c.h.


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