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