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