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