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

type SCRATCH0 = Reg<u32, _SCRATCH0>;

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 scratch0 module

Trait Implementations

impl Readable for SCRATCH0[src]

read() method returns scratch0::R reader structure

impl ResetValue for SCRATCH0[src]

Register SCRATCH0 reset()'s with value 0

type Type = u32

Register size

impl Writable for SCRATCH0[src]

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