[][src]Type Definition imxrt1062_wdog1::WICR

type WICR = Reg<u16, _WICR>;

Watchdog Interrupt Control Register

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

For information about available fields see wicr module

Trait Implementations

impl Readable for WICR[src]

read() method returns wicr::R reader structure

impl ResetValue for WICR[src]

Register WICR reset()'s with value 0x04

type Type = u16

Register size

impl Writable for WICR[src]

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