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