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.
|
Detailed Description
This is the base type for storing of standard IDs.
Definition at line 39 of file caps.h.
Field Documentation
| uint8_t rstandard_t::standardlsb |
Lower 8 bit of standard number.
Definition at line 49 of file caps.h.
| uint8_t rstandard_t::standardmsb |
Upper 8 bits of standard number.
Definition at line 47 of file caps.h.
| struct { ... } rstandard_t::subm |
Structure of standard ID splitted in parts.
| uint32_t rstandard_t::u32 |
32 bit unsigned int representation in network byte order
Definition at line 41 of file caps.h.
| uint8_t rstandard_t::u8array[4] |
Standard ID as 4 byte array.
Definition at line 54 of file caps.h.
| uint8_t rstandard_t::vendor |
Standard Vendor.
Definition at line 45 of file caps.h.
| uint8_t rstandard_t::version |
Standard version.
Definition at line 51 of file caps.h.
The documentation for this union was generated from the following file: