Vtor

Type Alias Vtor 

pub type Vtor = Reg<VtorSpec>;
Expand description

VTOR (rw) register accessor: Vector Table Offset Register

You can read this register and get vtor::R. You can reset, write, write_with_zero this register using vtor::W. You can also modify this register. See API.

For information about available fields see vtor module

Aliased Type§

#[repr(transparent)]
pub struct Vtor { register: VolatileCell<u32>, _marker: PhantomData<VtorSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<VtorSpec>