Type Alias CCR

Source
pub type CCR = Reg<CCRrs>;
Expand description

CCR (rw) register accessor: capture/compare register

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

See register structure

For information about available fields see ccr module

Aliased Typeยง

struct CCR { /* private fields */ }