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