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

type STCTRLL = Reg<u16, _STCTRLL>;

Watchdog Status and Control Register Low

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

For information about available fields see stctrll module

Trait Implementations

impl Readable for STCTRLL[src]

read() method returns stctrll::R reader structure

impl ResetValue for STCTRLL[src]

Register STCTRLL reset()'s with value 0x01

type Type = u16

Register size

impl Writable for STCTRLL[src]

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