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