[][src]Type Definition e310x::wdog::WDOGCMP

type WDOGCMP = Reg<u32, _WDOGCMP>;

Watchdog Compare Register

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

For information about available fields see wdogcmp module

Trait Implementations

impl Readable for WDOGCMP[src]

read() method returns wdogcmp::R reader structure

impl ResetValue for WDOGCMP[src]

Register wdogcmp reset()'s with value 0

type Type = u32

Register size

impl Writable for WDOGCMP[src]

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