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