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