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