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