[][src]Type Definition imxrt1062_wdog1::WCR

type WCR = Reg<u16, _WCR>;

Watchdog Control Register

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

For information about available fields see wcr module

Trait Implementations

impl Readable for WCR[src]

read() method returns wcr::R reader structure

impl ResetValue for WCR[src]

Register WCR reset()'s with value 0x30

type Type = u16

Register size

impl Writable for WCR[src]

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