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