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