[][src]Type Definition imxrt1062_wdog1::WSR

type WSR = Reg<u16, _WSR>;

Watchdog Service Register

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

For information about available fields see wsr module

Trait Implementations

impl Readable for WSR[src]

read() method returns wsr::R reader structure

impl ResetValue for WSR[src]

Register WSR reset()'s with value 0

type Type = u16

Register size

impl Writable for WSR[src]

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