[][src]Type Definition rp2040::ppb::VTOR

type VTOR = Reg<u32, _VTOR>;

The VTOR holds the vector table offset address.

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