[][src]Type Definition lpc54606_pac::wwdt::WINDOW

type WINDOW = Reg<u32, _WINDOW>;

Watchdog Window compare value.

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

For information about available fields see window module

Trait Implementations

impl Readable for WINDOW[src]

read() method returns window::R reader structure

impl ResetValue for WINDOW[src]

Register WINDOW reset()'s with value 0x00ff_ffff

type Type = u32

Register size

impl Writable for WINDOW[src]

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