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