|
StuBS
|
Helper to access low and high bits of a 64 bit value. More...
Public Member Functions | |
| uint64_parts (uint64_t value=0) | |
Public Attributes | ||
| struct { | ||
| uint32_t | low | |
| uint32_t | high | |
| }; | ||
| uint64_t | value | |
Helper to access low and high bits of a 64 bit value.
|
inlineexplicit |
| struct { ... } Core::MSR< id >::uint64_parts |