pub type Lr = Reg<LrSpec>;
LR (rw) register accessor: RTC Lock Register
You can read this register and get lr::R. You can reset, write, write_with_zero this register using lr::W. You can also modify this register. See API.
read
lr::R
reset
write
write_with_zero
lr::W
modify
For information about available fields see lr module
lr
#[repr(transparent)]pub struct Lr { register: VolatileCell<u32>, _marker: PhantomData<LrSpec>, }
register: VolatileCell<u32>
_marker: PhantomData<LrSpec>