[][src]Type Definition rp2040::psm::WDSEL

type WDSEL = Reg<u32, _WDSEL>;

Set to 1 if this peripheral should be reset when the watchdog fires.

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

For information about available fields see wdsel module

Trait Implementations

impl Readable for WDSEL[src]

read() method returns wdsel::R reader structure

impl ResetValue for WDSEL[src]

Register WDSEL reset()'s with value 0

type Type = u32

Register size

impl Writable for WDSEL[src]

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