Type Alias Comp

Source
pub type Comp = Reg<CompSpec>;
Expand description

COMP (rw) register accessor: MODE1 Compare n Value

You can read this register and get comp::R. You can reset, write, write_with_zero this register using comp::W. You can also modify this register. See API.

For information about available fields see comp module

Aliased Typeยง

struct Comp { /* private fields */ }