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

type CTRL = Reg<u8, _CTRL>;

Provides support for rebooting the FPGA. You can select which of the four images to reboot to, just be sure to OR the image number with 0xac. For example, to reboot to the bootloader (image 0), write ``0xac``` to this register.

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

For information about avaliable fields see ctrl module

Trait Implementations

impl Readable for CTRL[src]

read() method returns ctrl::R reader structure

impl ResetValue for CTRL[src]

Register CTRL reset()'s with value 0

type Type = u8

Register size

impl Writable for CTRL[src]

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