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