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

type WDOGCOUNT = Reg<u32, _WDOGCOUNT>;

Watchdog Counter Register

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

For information about available fields see wdogcount module

Trait Implementations

impl Readable for WDOGCOUNT[src]

read() method returns wdogcount::R reader structure

impl ResetValue for WDOGCOUNT[src]

Register wdogcount reset()'s with value 0

type Type = u32

Register size

impl Writable for WDOGCOUNT[src]

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