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

type REFRESH = Reg<u16, _REFRESH>;

Watchdog Refresh register

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

For information about available fields see refresh module

Trait Implementations

impl Readable for REFRESH[src]

read() method returns refresh::R reader structure

impl ResetValue for REFRESH[src]

Register REFRESH reset()'s with value 0xb480

type Type = u16

Register size

impl Writable for REFRESH[src]

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