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