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