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