[][src]Type Definition betrusted_pac::ctrl::SCRATCH3

type SCRATCH3 = Reg<u32, _SCRATCH3>;

Bits 24-31 of CTRL_SCRATCH. Use this register as a scratch space to verify that software read/write accesses to the Wishbone/CSR bus are working correctly. The initial reset value of 0x1234578 can be used to verify endianness.

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

For information about available fields see scratch3 module

Trait Implementations

impl Readable for SCRATCH3[src]

read() method returns scratch3::R reader structure

impl ResetValue for SCRATCH3[src]

Register SCRATCH3 reset()'s with value 0x12

type Type = u32

Register size

impl Writable for SCRATCH3[src]

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