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