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