Lr

Type Alias Lr 

pub type Lr = Reg<LrSpec>;
Expand description

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.

For information about available fields see lr module

Aliased Type§

#[repr(transparent)]
pub struct Lr { register: VolatileCell<u32>, _marker: PhantomData<LrSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<LrSpec>