[][src]Type Definition k22f::wdog::RSTCNT

type RSTCNT = Reg<u16, _RSTCNT>;

Watchdog Reset Count register

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

For information about available fields see rstcnt module

Trait Implementations

impl Readable for RSTCNT[src]

read() method returns rstcnt::R reader structure

impl ResetValue for RSTCNT[src]

Register RSTCNT reset()'s with value 0

type Type = u16

Register size

impl Writable for RSTCNT[src]

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