pub type Cv = Reg<CvSpec>;
CV (rw) register accessor: Compare Value Registers
You can read this register and get cv::R. You can reset, write, write_with_zero this register using cv::W. You can also modify this register. See API.
read
cv::R
reset
write
write_with_zero
cv::W
modify
For information about available fields see cv module
cv
#[repr(transparent)]pub struct Cv { register: VolatileCell<u32>, _marker: PhantomData<CvSpec>, }
register: VolatileCell<u32>
_marker: PhantomData<CvSpec>