Type Alias Lpoclks
pub type Lpoclks = Reg<LpoclksSpec>;Expand description
LPOCLKS (rw) register accessor: LPO Clock Select Register
You can read this register and get lpoclks::R. You can reset, write, write_with_zero this register using lpoclks::W. You can also modify this register. See API.
For information about available fields see lpoclks module
Aliased Type§
#[repr(transparent)]pub struct Lpoclks {
register: VolatileCell<u32>,
_marker: PhantomData<LpoclksSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<LpoclksSpec>