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