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