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