[][src]Type Definition rp2040::watchdog::SCRATCH6

type SCRATCH6 = Reg<u32, _SCRATCH6>;

Scratch register. Information persists through soft reset of the chip.

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

For information about available fields see scratch6 module

Trait Implementations

impl Readable for SCRATCH6[src]

read() method returns scratch6::R reader structure

impl ResetValue for SCRATCH6[src]

Register SCRATCH6 reset()'s with value 0

type Type = u32

Register size

impl Writable for SCRATCH6[src]

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