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