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