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