[][src]Type Definition imxrt1062_rtwdog::TOVAL

type TOVAL = Reg<u32, _TOVAL>;

Watchdog Timeout Value Register

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

For information about available fields see toval module

Trait Implementations

impl Readable for TOVAL[src]

read() method returns toval::R reader structure

impl ResetValue for TOVAL[src]

Register TOVAL reset()'s with value 0x0400

type Type = u32

Register size

impl Writable for TOVAL[src]

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