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