pub type CMP = Reg<CMPrs>;
CMP (rw) register accessor: Compare Register
You can read this register and get cmp::R. You can reset, write, write_with_zero this register using cmp::W. You can also modify this register. See API.
read
cmp::R
reset
write
write_with_zero
cmp::W
modify
See register structure
For information about available fields see cmp module
cmp
pub struct CMP { /* private fields */ }