Type Alias Lpotrim
pub type Lpotrim = Reg<LpotrimSpec>;Expand description
LPOTRIM (rw) register accessor: Low Power Oscillator Trim Register
You can read this register and get lpotrim::R. You can reset, write, write_with_zero this register using lpotrim::W. You can also modify this register. See API.
For information about available fields see lpotrim module
Aliased Type§
#[repr(transparent)]pub struct Lpotrim {
register: VolatileCell<u8>,
_marker: PhantomData<LpotrimSpec>,
}Fields§
§register: VolatileCell<u8>§_marker: PhantomData<LpotrimSpec>