[][src]Type Definition imxrt1062_rtwdog::WIN

type WIN = Reg<u32, _WIN>;

Watchdog Window Register

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

For information about available fields see win module

Trait Implementations

impl Readable for WIN[src]

read() method returns win::R reader structure

impl ResetValue for WIN[src]

Register WIN reset()'s with value 0

type Type = u32

Register size

impl Writable for WIN[src]

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