pub type Lcr = Reg<LcrSpec>;
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.
read
lcr::R
reset
write
write_with_zero
lcr::W
modify
For information about available fields see lcr module
lcr
pub struct Lcr { /* private fields */ }