Type Alias Msr

Source
pub type Msr = Reg<MsrSpec>;
Expand description

MSR (r) register accessor: Cache Monitor Status Register

You can read this register and get msr::R. See API.

For information about available fields see msr module

Aliased Typeยง

struct Msr { /* private fields */ }