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