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