pub type Cr = Reg<CrSpec>;
CR (rw) register accessor: Control Register
You can read this register and get cr::R. You can reset, write, write_with_zero this register using cr::W. You can also modify this register. See API.
read
cr::R
reset
write
write_with_zero
cr::W
modify
For information about available fields see cr module
cr
#[repr(transparent)]pub struct Cr { register: VolatileCell<u32>, _marker: PhantomData<CrSpec>, }
register: VolatileCell<u32>
_marker: PhantomData<CrSpec>