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