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