Type Alias VTOR
Source pub type VTOR = Reg<VTOR_SPEC>;
Expand description
VTOR (rw) register accessor: The VTOR holds the vector table offset address.
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
pub struct VTOR { }