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