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