aroarfw
|
This is the base type for storing of standard IDs. More...
#include <caps.h>
Data Fields | |
uint32_t | u32 |
32 bit unsigned int representation in network byte order | |
struct { | |
uint8_t vendor | |
Standard Vendor. | |
uint8_t standardmsb | |
Upper 8 bits of standard number. | |
uint8_t standardlsb | |
Lower 8 bit of standard number. | |
uint8_t version | |
Standard version. | |
} | subm |
Structure of standard ID splitted in parts. | |
uint8_t | u8array [4] |
Standard ID as 4 byte array. |
uint8_t rstandard_t::standardlsb |
uint8_t rstandard_t::standardmsb |
struct { ... } rstandard_t::subm |
Structure of standard ID splitted in parts.
uint32_t rstandard_t::u32 |
uint8_t rstandard_t::u8array[4] |
uint8_t rstandard_t::vendor |
uint8_t rstandard_t::version |