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