[][src]Type Definition fomu_pac::reboot::ADDR3

type ADDR3 = Reg<u8, _ADDR3>;

Bits 24-31 of REBOOT_ADDR. This sets the reset vector for the VexRiscv. This address will be used whenever the CPU is reset, for example through a debug bridge. You should update this address whenever you load a new program, to enable the debugger to run mon reset

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

For information about avaliable fields see addr3 module

Trait Implementations

impl Readable for ADDR3[src]

read() method returns addr3::R reader structure

impl ResetValue for ADDR3[src]

Register ADDR3 reset()'s with value 0

type Type = u8

Register size

impl Writable for ADDR3[src]

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