Msr

Type Alias Msr 

pub type Msr = Reg<MsrSpec>;
Expand description

MSR (rw) register accessor: Module Status Register

You can read this register and get msr::R. You can reset, write, write_with_zero this register using msr::W. You can also modify this register. See API.

For information about available fields see msr module

Aliased Type§

#[repr(transparent)]
pub struct Msr { register: VolatileCell<u32>, _marker: PhantomData<MsrSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<MsrSpec>