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