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