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