aroarfw
|
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... | |
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.
uint8_t __RPACKED__::caps[3] |
uint8_t __RPACKED__::parentsubtype |
uint8_t __RPACKED__::revision |
uint8_t __RPACKED__::subtype |
uint8_t __RPACKED__::vendor |