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