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