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