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