Cr0

Type Alias Cr0 

pub type Cr0 = Reg<Cr0Spec>;
Expand description

CR0 (rw) register accessor: ERM Configuration Register 0

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

For information about available fields see cr0 module

Aliased Type§

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

Fields§

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