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