[][src]Type Definition imxrt1062_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

Register size

impl Writable for VTOR[src]

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