[][src]Type Definition atsame54n::system_control::VTOR

type VTOR = Reg<u32, _VTOR>;

Vector Table Offset Register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see vtor module

Trait Implementations

impl Readable for VTOR[src]

read() method returns vtor::R reader structure

impl ResetValue for VTOR[src]

Register VTOR reset()'s with value 0

type Type = u32

Raw register type (u8, u16, u32, ...).

impl Writable for VTOR[src]

write(|w| ..) method takes vtor::W writer structure