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