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