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