Lcr

Type Alias Lcr 

Source
pub type Lcr = Reg<LcrSpec>;
Expand description

LCR (rw) register accessor: Load Count Register

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

For information about available fields see lcr module

Aliased Typeยง

pub struct Lcr { /* private fields */ }