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