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