[][src]Type Definition nuc1xx::wdt::WTCR

type WTCR = Reg<u32, _WTCR>;

Watchdog Timer Control Register

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

For information about available fields see wtcr module

Trait Implementations

impl Readable for WTCR[src]

read() method returns wtcr::R reader structure

impl ResetValue for WTCR[src]

Register WTCR reset()'s with value 0x0700

type Type = u32

Register size

impl Writable for WTCR[src]

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