Sync

Type Alias Sync 

pub type Sync = Reg<SyncSpec>;
Expand description

SYNC (rw) register accessor: Synchronization

You can read this register and get sync::R. You can reset, write, write_with_zero this register using sync::W. You can also modify this register. See API.

For information about available fields see sync module

Aliased Type§

#[repr(transparent)]
pub struct Sync { register: VolatileCell<u32>, _marker: PhantomData<SyncSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<SyncSpec>