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