Type Alias RCR

Source
pub type RCR = Reg<RCRrs>;
Expand description

RCR (rw) register accessor: repetition counter register

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

See register structure

For information about available fields see rcr module

Aliased Typeยง

pub struct RCR { /* private fields */ }