Cir

Type Alias Cir 

Source
pub type Cir = Reg<CirSpec>;
Expand description

CIR (rw) register accessor: Command Interval Register

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

For information about available fields see cir module

Aliased Typeยง

pub struct Cir { /* private fields */ }