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