Type Alias Scfgr1
pub type Scfgr1 = Reg<Scfgr1Spec>;Expand description
Aliased Type§
#[repr(transparent)]pub struct Scfgr1 {
register: VolatileCell<u32>,
_marker: PhantomData<Scfgr1Spec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<Scfgr1Spec>