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