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