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