CMP

Type Alias CMP 

Source
pub type CMP = Reg<CMPrs>;
Expand description

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.

See register structure

For information about available fields see cmp module

Aliased Typeยง

pub struct CMP { /* private fields */ }