Type Alias Cr0
pub type Cr0 = Reg<Cr0Spec>;Expand description
Aliased Type§
#[repr(transparent)]pub struct Cr0 {
register: VolatileCell<u32>,
_marker: PhantomData<Cr0Spec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<Cr0Spec>