[][src]Type Definition k22f::wdog::WINL

type WINL = Reg<u16, _WINL>;

Watchdog Window Register Low

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

For information about available fields see winl module

Trait Implementations

impl Readable for WINL[src]

read() method returns winl::R reader structure

impl ResetValue for WINL[src]

Register WINL reset()'s with value 0x10

type Type = u16

Register size

impl Writable for WINL[src]

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